ACE3/docs/src/scss/_layout.scss

38 lines
477 B
SCSS

* {
transition: all 0.15s ease;
}
body {
background-color: $oil;
}
body > main {
padding: rem-calc(40) 0;
@media #{$small-only} {
padding: rem-calc(20) 0;
}
background-color: $white;
img {
margin-bottom: rem-calc(20);
}
}
aside {
@media #{$small-only} {
margin-bottom: rem-calc(24);
}
}
.row {
@media #{$small-only} {
overflow: hidden;
}
}
/*.post > .row {
margin-bottom: 1.25rem;
}*/