Skip to content

Commit

Permalink
DBC22-3274: Fixed advisories list styling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
minORC authored and bcgov-brwang committed Jan 17, 2025
1 parent ad719ff commit 74d8eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/src/pages/AdvisoriesListPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@
}

&__content {
display: flex;
justify-content: space-between;

@media (min-width: 992px) {
display: flex;
justify-content: space-between;
width: 100%;
gap: 40px;

Expand Down

0 comments on commit 74d8eec

Please sign in to comment.