Skip to content

Commit

Permalink
fix responsive issue in top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Fuix committed Oct 3, 2023
1 parent a023f1b commit 30cf6cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $header: 120px;
}
}

@media screen and (max-width: map-get($breakpoints, xlarge)) {
@media screen and (max-width: map-get($breakpoints, xxlarge)) {
.page__content-wrapper {
min-height: calc(100vh - 3 * 50px);
}
Expand Down

0 comments on commit 30cf6cf

Please sign in to comment.