mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
086ba5da87
* fix various lighthouse issues * remove bom FROM AN AUTOGENERATED FILE
34 lines
427 B
SCSS
34 lines
427 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;
|
|
}
|
|
}
|