Skip to content

Commit

Permalink
fix(pageColumns): maintain columns on granularity change (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Apr 26, 2021
1 parent b49b2aa commit cf8bf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/_page-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.curiosity-page-columns > .curiosity-page-columns-column {
margin-left: 0;
margin-right: 0;
width: 100%;

@media (min-width: $pf-global--breakpoint--sm) {
flex-basis: 0;
Expand Down

0 comments on commit cf8bf3c

Please sign in to comment.