Add passing to two-column layout content
This commit is contained in:
parent
4b22e85d85
commit
f12f73cae4
@ -173,6 +173,9 @@ body {
|
||||
body .layout-two-columns .layout-column-two {
|
||||
grid-area: column2;
|
||||
background: white; }
|
||||
body .layout-two-columns .layout-column-one .layout-content,
|
||||
body .layout-two-columns .layout-column-two .layout-content {
|
||||
padding-top: calc(var(--margin) * var(--square)); }
|
||||
body .layout-two-previews {
|
||||
display: grid;
|
||||
min-height: 100vh;
|
||||
|
||||
@ -252,6 +252,11 @@ body {
|
||||
grid-area: column2;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.layout-column-one .layout-content,
|
||||
.layout-column-two .layout-content {
|
||||
padding-top: calc(var(--margin) * var(--square));
|
||||
}
|
||||
}
|
||||
|
||||
.layout-two-previews {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user