You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I use the following code for adding some white space to all pages. Only on start page there is no whitespace. It works really good on big devices, but fails on smaller ones. Any ideas how to fix it?
This is the css I use:
// Add some whitespace between top bar and content
.top-bar-container, .tab-bar {
margin-bottom: rem-calc(32);
}
// And remove it on Start Page
.home .top-bar-container, .tab-bar {
margin-bottom: 0px;
}
Greetings
Sebastian
The text was updated successfully, but these errors were encountered:
Hello,
I use the following code for adding some white space to all pages. Only on start page there is no whitespace. It works really good on big devices, but fails on smaller ones. Any ideas how to fix it?
This is the css I use:
// Add some whitespace between top bar and content
.top-bar-container, .tab-bar {
margin-bottom: rem-calc(32);
}
// And remove it on Start Page
.home .top-bar-container, .tab-bar {
margin-bottom: 0px;
}
Greetings
Sebastian
The text was updated successfully, but these errors were encountered: