Skip to content

Commit

Permalink
3 column layout: fix small screen layout
Browse files Browse the repository at this point in the history
Remove right margin when alignleft container is used
  • Loading branch information
adamwoodnz committed May 7, 2024
1 parent f2434fc commit 20608b1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
justify-content: flex-end;
max-width: 100%;

&.alignleft {
margin-inline-end: 0;
}

> * {
width: 100%;
}
Expand Down

0 comments on commit 20608b1

Please sign in to comment.