Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Afif13 committed Nov 26, 2024
1 parent 8af99ce commit 962cd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/full-bleed-layout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main {
--w: 600px; /* the max-width */
--m: 1em; /* margin on small screen */

margin-inline: max(var(--m),(100cqw - var(--w))/2);
margin-inline: max( var(--m),(100cqw - var(--w))/2);
}
.full-bleed {
margin-inline: min(-1*var(--m),(var(--w) - 100cqw)/2);
Expand Down

0 comments on commit 962cd41

Please sign in to comment.