Skip to content

Commit 053f476

Browse files
committed
use readable-content on common layout
1 parent 3a55d20 commit 053f476

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

assets/sass/layout/_grid.scss

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
1+
@use "../base/mixins";
2+
13
.common-layout {
24
padding-bottom: 20px;
3-
4-
display: grid;
5-
grid-template-columns:
6-
[full-start] minmax(1em, 1fr)
7-
[main-start] minmax(0, 80em) [main-end]
8-
minmax(1em, 1fr) [full-end];
9-
grid-row-gap: 1em;
10-
11-
& > * {
12-
grid-column: main;
13-
}
5+
@include mixins.readable-content;
146

157
.content {
168
background-color: #fff;

0 commit comments

Comments
 (0)