asiaH2/assets/stylesheets/template/layout/content.scss

12 lines
170 B
SCSS
Raw Normal View History

2020-04-09 10:46:42 +00:00
@charset "utf-8";
@import "../initial";
.layout-content {
min-height: 37.5em;
background: $theme-green-light;
.container {
@extend .response-container;
}
}