Skip to content

Commit

Permalink
Three Column Layout: Stop main column shrinking on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Dec 10, 2024
1 parent 412f17d commit dfbcd3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
max-width: 100%;

&.alignleft {
float: unset;
margin-inline-end: 0 !important;
}

Expand Down

0 comments on commit dfbcd3b

Please sign in to comment.