Skip to content

Commit

Permalink
Redesign navbar mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Van-Nice committed Jun 27, 2024
1 parent 97e2be6 commit 4cf3b6f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ body {
}

#search-form {
grid-area: nav;
width: 400px;
padding-left: 25px;
}
Expand Down Expand Up @@ -332,6 +333,24 @@ body {
}

@media (max-width: 600px) {
.grid-main {
grid-template-rows: [one] auto [two] auto [three] auto [four] auto [five] 100px [six];

}
.navbar-content {
flex-direction: column;
}

#search-form {
grid-area: nav;
width: 300px;
padding-bottom: 20px;
}

#dropdown {
width: 300px;
}

.weekly-body {
flex-shrink: 1;
font-size: 16px;
Expand Down

0 comments on commit 4cf3b6f

Please sign in to comment.