Skip to content

Commit

Permalink
menu
Browse files Browse the repository at this point in the history
  • Loading branch information
CHEGEBB committed Feb 20, 2024
1 parent 412699a commit d583ae6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,11 @@ h1 {
display: none;
display: none;
}
.menu-toggle img {
width: 40px;
height: 40px;
display: none;
}
/* Show hamburger icon only on smaller screens */
@media screen and (max-width: 768px) {
.menu-toggle {
Expand Down

0 comments on commit d583ae6

Please sign in to comment.