Skip to content

Commit

Permalink
Merge pull request #29 from alizardguy/expand-navbar
Browse files Browse the repository at this point in the history
Expand navbar
  • Loading branch information
alizardguy committed Dec 18, 2023
2 parents 3b8615a + ae62e2f commit 66dfbdd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ li {
float: left;
}

@media only screen and (max-width: 600px) {
li {
font-size: 2.5vw;
font-weight: bolder;
}
}

li a:hover {
color: white;
}
Expand All @@ -36,7 +43,7 @@ li a:hover {
nav {
position: fixed;
width: 99%;
left: 0.2%;
left: 0.3%;
height: 64px;
backdrop-filter: brightness(60%) blur(2px);
border-radius: 32px;
Expand Down

0 comments on commit 66dfbdd

Please sign in to comment.