Skip to content

Commit b11f900

Browse files
committed
style(page): fix small padding issue
The padding here is useful for browsers that display a full on scrollbar instead of an overlay scrollbar. We can continue to think about how that space it utilized in future commits/prs.
1 parent 1da9e29 commit b11f900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Page/Page.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626

2727
@include break {
2828
flex: 3;
29-
padding: 1.5em 1.5em 1.5em 0;
29+
padding: 1.5em;
3030
}
3131
}

0 commit comments

Comments
 (0)