Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

remove whitespace only on start page didn´t work on mobile devices #204

Closed
merinodesign opened this issue Feb 1, 2015 · 1 comment
Closed

Comments

@merinodesign
Copy link

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

@merinodesign
Copy link
Author

I saved it for my own, add:

.home .tab-bar {
margin-bottom: 0px;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant