Add padding to home screen and remove it from other pages

This commit is contained in:
Alexis Tacnet
2016-12-26 16:04:28 +01:00
parent b8b5125848
commit b6e7152c3a

View File

@@ -513,12 +513,13 @@ section {
padding: 0 16px;
}
section.header {
padding-top: 32px;
padding-bottom: 16px;
padding-top: 10px;
}
section.header-home {
padding-top: 36px;
}
section.icons {
padding-top: 0;
padding-bottom: 32px;
}
section.main {
padding-top: 32px;