Everything is now working

This commit is contained in:
Henry Hiles 2023-05-31 14:54:56 -04:00
parent 4a0f708c4f
commit 15659f2dc8
4 changed files with 6 additions and 2 deletions

View file

@ -14,6 +14,7 @@ main {
}
main > section {
scroll-margin-top: 8rem;
display: flex;
flex-direction: column;
border-radius: 1rem;

View file

@ -6,6 +6,9 @@
font-weight: bold;
background: hsl(0 0% 0% / 0.4);
font-size: 1.5em;
position: sticky;
top: 0;
z-index: 1;
}
.links svg {