We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a55d20 commit 053f476Copy full SHA for 053f476
1 file changed
assets/sass/layout/_grid.scss
@@ -1,16 +1,8 @@
1
+@use "../base/mixins";
2
+
3
.common-layout {
4
padding-bottom: 20px;
-
- 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
- }
+ @include mixins.readable-content;
14
15
.content {
16
background-color: #fff;
0 commit comments