Skip to content

Commit

Permalink
Fix navigation bar wrapping on smaller screen sizes (#528)
Browse files Browse the repository at this point in the history
Nav bar shrinks to mobile version before wrapping onto new line
  • Loading branch information
abbiesims authored May 3, 2024
1 parent 22b836d commit 20a6994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
$color-accent-background: #f0f5f7;
$color-accent: #e95420;
$breakpoint-medium: 619px;
$breakpoint-large: 1220px;

@import "vanilla-framework/scss/vanilla";

Expand Down

0 comments on commit 20a6994

Please sign in to comment.