Make the nav sticky

main
Jonathan Dahan 12 months ago
parent 0cf6f85d0c
commit e9fb513474

@ -10,6 +10,8 @@ header {
& > nav {
display: flex;
font-size: xx-large;
position: sticky;
top: 1em;
& a {
text-decoration: none;
&:hover {

Loading…
Cancel
Save