7 lines
112 B
SCSS
7 lines
112 B
SCSS
|
.layout-content {
|
||
|
min-height: 600px;
|
||
|
margin-bottom: 2em;
|
||
|
.container {
|
||
|
@extend .response-content;
|
||
|
}
|
||
|
}
|