main
Jonathan Dahan 12 months ago
parent 0948e55a04
commit 8ccdd17ef5

@ -13,9 +13,9 @@ header {
& > nav {
background: white;
position: sticky;
top: 0.5em;
display: flex;
font-size: xx-large;
flex-wrap: wrap;
& a {
text-decoration: none;
&:hover {
@ -53,8 +53,11 @@ li { list-style: none }
min-width: fit-content;
}
header {
max-height: 2em;
& > nav > menu {
max-height: 1em;
top: 0em;
& > nav {
top: 1em;
& menu {
& li {
transition: display 3s ease;
visibility: collapse;
@ -70,6 +73,7 @@ li { list-style: none }
}
}
}
}
body {
flex-direction: column;
}

Loading…
Cancel
Save