Skip to content

Commit

Permalink
Update header.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaHranovska committed Feb 12, 2024
1 parent f0b9364 commit 7aef566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
.backdrop {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-between;
padding: 19px 20px 40px 20px;
background-color: var(--dark-grey-background);
Expand All @@ -133,7 +132,7 @@
width: 335px;
height: 100%;
border-radius: 30px;
z-index: 9999;
z-index: 10;
}

.burger-closed {
Expand Down

0 comments on commit 7aef566

Please sign in to comment.