|
@@ -16,8 +16,11 @@ $menu-font-color: $menu-font-color;
|
|
|
|
|
|
|
|
// Small screens
|
|
// Small screens
|
|
|
@media screen and (max-width: 900px) {
|
|
@media screen and (max-width: 900px) {
|
|
|
|
|
+ body {
|
|
|
|
|
+ margin-bottom: 310px !important;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-// Topbar
|
|
|
|
|
|
|
+ // Topbar
|
|
|
#topbar {
|
|
#topbar {
|
|
|
height: auto;
|
|
height: auto;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
@@ -47,7 +50,6 @@ $menu-font-color: $menu-font-color;
|
|
|
// Content
|
|
// Content
|
|
|
.main {
|
|
.main {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
- margin-bottom: 240px;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.centralcol {
|
|
.centralcol {
|