Skip to content

Commit

Permalink
Navbar modified for small devices (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauranshgoel123 authored Feb 10, 2024
1 parent cd877d7 commit 6f29124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ footer p a {
left: -100%;
top: 5rem;
flex-direction: column;
background-color: rgba(111, 17, 116, 0.341);
background-color: rgba(5, 5, 5, 0.904);
backdrop-filter: blur(6.5px);
width: 100%;
border-radius: 10px;
Expand Down Expand Up @@ -888,7 +888,7 @@ footer p a {

.nav-item {
margin: 2.5rem 0;
font-size: 20px;
font-size: 21px;
}

nav li:hover {
Expand Down

0 comments on commit 6f29124

Please sign in to comment.