Skip to content

Commit

Permalink
Merge pull request #45 from ElizabethBil/page-header
Browse files Browse the repository at this point in the history
Mobile Menu Correction
  • Loading branch information
ElizabethBil authored Oct 5, 2023
2 parents d851f0e + 38d5000 commit 02e0aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
.header-mobile-menu {
position: fixed;
z-index: 9999999;
width: 100%;
width: 75%;
height: 100%;
top: 0;
left: 0;
right: 0;
background: #ecd979;
background-image: url(/img/moblie-menu/mobile-menu.png);
background-repeat: no-repeat;
Expand Down

0 comments on commit 02e0aaf

Please sign in to comment.