Skip to content

Commit

Permalink
3 column layout: limit width of container to 100%
Browse files Browse the repository at this point in the history
Fixes an issue with the container overflowing on small screens.
  • Loading branch information
adamwoodnz committed May 7, 2024
1 parent e88d9fc commit f2434fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
--local--sidebar--width: 248px;
--local--column-gap: 40px;
justify-content: flex-end;
max-width: 100%;

> * {
width: 100%;
Expand Down

0 comments on commit f2434fc

Please sign in to comment.