|
@@ -35,7 +35,8 @@ export default {
|
|
padding-bottom: $footerHeight;
|
|
padding-bottom: $footerHeight;
|
|
|
|
|
|
&>div:not(.home-container) {
|
|
&>div:not(.home-container) {
|
|
- margin: 10px 0 0 10px;
|
|
+ height: calc(100vh - #{$layoutHeight});
|
|
|
|
+ padding: 10px 0 0 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|