Skip to content

Commit

Permalink
Solve burger menu icon on desktop screen
Browse files Browse the repository at this point in the history
  • Loading branch information
saadman-galib committed Oct 29, 2023
1 parent 023d851 commit ad03fea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ul.navlist {

.menu-icon {
position: relative;
display: block;
display: none;
width: 30px;
height: 30px;
cursor: pointer;
Expand Down Expand Up @@ -1179,6 +1179,9 @@ footer {
.proposal {
display: none;
}
.menu-icon {
display: block;
}
.menu-icon .bar,
.menu-icon::after,
.menu-icon::before {
Expand Down

0 comments on commit ad03fea

Please sign in to comment.