We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc0a5f commit 19034d1Copy full SHA for 19034d1
assets/scss/components/_page.scss
@@ -1,8 +1,6 @@
1
@use "base/_imports.scss" as *;
2
3
.the-page {
4
- max-width: rem(1024px);
5
- margin: 0 auto;
6
padding: rem(32px) rem(16px) 0;
7
8
// Prevent horizontal scroll bar when busting elements outside of their container
assets/scss/components/_single-post.scss
@@ -1,15 +1,12 @@
.single-post {
- max-width: $maximum-page-width;
position: relative; // To contain .the-aside
9
10
.the-post {
11
- max-width: rem(760px);
12
- margin: 0 auto rem(48px);
+ margin-bottom: rem(48px);
13
}
14
15
.the-title {
0 commit comments