SEO/AEO
This commit is contained in:
@@ -31,12 +31,9 @@ body {
|
||||
|
||||
body {
|
||||
color: rgb(var(--foreground-rgb));
|
||||
background: linear-gradient(
|
||||
to bottom,
|
||||
background: linear-gradient(to bottom,
|
||||
transparent,
|
||||
rgb(var(--background-end-rgb))
|
||||
)
|
||||
rgb(var(--background-start-rgb));
|
||||
rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -145,4 +142,31 @@ a {
|
||||
position: relative;
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Blog post spacing overrides */
|
||||
.prose h2 {
|
||||
margin-top: 1.75rem !important;
|
||||
margin-bottom: 0.875rem !important;
|
||||
padding-top: 0.875rem !important;
|
||||
font-size: 2.25rem !important;
|
||||
line-height: 2.5rem !important;
|
||||
}
|
||||
|
||||
.prose p {
|
||||
margin-bottom: 0.875rem !important;
|
||||
}
|
||||
|
||||
.prose ul {
|
||||
margin-top: 0.875rem !important;
|
||||
margin-bottom: 0.875rem !important;
|
||||
}
|
||||
|
||||
.prose blockquote {
|
||||
margin-top: 1.25rem !important;
|
||||
margin-bottom: 1.25rem !important;
|
||||
}
|
||||
|
||||
.prose .lead {
|
||||
margin-bottom: 1.25rem !important;
|
||||
}
|
||||
Reference in New Issue
Block a user