Skip to content

Commit 19034d1

Browse files
committed
Remove max-width for layouts
1 parent 9bc0a5f commit 19034d1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

assets/scss/components/_page.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@use "base/_imports.scss" as *;
22

33
.the-page {
4-
max-width: rem(1024px);
5-
margin: 0 auto;
64
padding: rem(32px) rem(16px) 0;
75

86
// Prevent horizontal scroll bar when busting elements outside of their container

assets/scss/components/_single-post.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
@use "base/_imports.scss" as *;
22

33
.single-post {
4-
max-width: $maximum-page-width;
54
padding: rem(32px) rem(16px) 0;
6-
margin: 0 auto;
75

86
position: relative; // To contain .the-aside
97

108
.the-post {
11-
max-width: rem(760px);
12-
margin: 0 auto rem(48px);
9+
margin-bottom: rem(48px);
1310
}
1411

1512
.the-title {

0 commit comments

Comments
 (0)