messing around with spacing and page headers

This commit is contained in:
elise
2024-08-06 22:47:53 +02:00
parent 4bd5afd81c
commit fddc0296e6
7 changed files with 18 additions and 13 deletions

View File

@ -59,7 +59,6 @@ p {
&.lead {
font-size: var(--font-size-lead);
max-width: 34em;
margin-bottom: var(--spacing-m);
}
}
@ -67,7 +66,6 @@ p {
.lead p {
font-size: var(--font-size-lead);
max-width: 34em;
margin-bottom: var(--spacing-m);
}
h1,
@ -211,9 +209,7 @@ select {
}
.anchorLinks {
/*position: sticky;
top: 0;*/
margin-top: var(--spacing-xl);
>span {
display: block;
margin-bottom: var(--spacing-xs);