Skip to content

Commit

Permalink
Merge pull request #277 from aaronse/master
Browse files Browse the repository at this point in the history
minor fix to breakpoint logic #276
  • Loading branch information
bobnik authored Oct 15, 2023
2 parents 1f8955a + 1630434 commit 3b4d20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/app/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
width: 550px;
padding-top: 0.5rem;

@media(max-width: 992px) {
@media (max-width: 991px) {
width: 100%;
}
}

0 comments on commit 3b4d20b

Please sign in to comment.