generated from inherentlee/11ty
some spacing
This commit is contained in:
@ -96,8 +96,13 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 3rem;
|
||||||
|
margin-block-end: .6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 { font-size: 2rem; }
|
||||||
|
h3 { font-size: 1.8rem; }
|
||||||
|
|
||||||
p {
|
p {
|
||||||
text-wrap: pretty; /* 9. Improve line wrapping */
|
text-wrap: pretty; /* 9. Improve line wrapping */
|
||||||
margin-block: 1.25em;
|
margin-block: 1.25em;
|
||||||
@ -157,6 +162,7 @@ footer a:visited {
|
|||||||
text-decoration-color: var(--color-bg);
|
text-decoration-color: var(--color-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Misc */
|
||||||
#hero {
|
#hero {
|
||||||
aspect-ratio: 40 / 9;
|
aspect-ratio: 40 / 9;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
|||||||
Reference in New Issue
Block a user