Skip to content

Commit

Permalink
Update _header.scss
Browse files Browse the repository at this point in the history
removed box-shadow
  • Loading branch information
PatrickJnr authored Mar 4, 2024
1 parent d8cb4fa commit ac4560a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
width: $container-width;
position: fixed;
background-color: #0e0e10;
box-shadow: 0 5px 6px -6px #bbb;
z-index: 100;
}
@media (max-width: $container-width) {
Expand All @@ -12,7 +11,6 @@
width: 95vw;
position: fixed;
background-color: #0e0e10;
box-shadow: 0 5px 6px -6px #bbb;
z-index: 100;
}
}
Expand Down Expand Up @@ -73,7 +71,6 @@
position: absolute;
background-color: #0e0e10;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
Expand Down

0 comments on commit ac4560a

Please sign in to comment.