ACE3/docs/src_old/scss/_layout.scss
2018-12-20 12:02:55 +01:00

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;
}*/