Skip to content

Commit

Permalink
Fix menu issue as that it is not responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
fadihanna123 committed Sep 20, 2024
1 parent d6796e5 commit 4f6c1d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,18 @@ footer {
}
}

@media only screen and (min-width: 390px) and (max-width: 844px) {
#mainnav {
flex-direction: column;
}

#mainnav li a {
display: block;
width: 100%;
overflow: hidden;
}
}

.label-col {
width: 500px;
margin-bottom: 15px;
Expand Down

0 comments on commit 4f6c1d0

Please sign in to comment.