Add margin for <main>

This commit is contained in:
Stephan Porada 2020-10-30 11:00:56 +01:00
parent eb2f47e3a5
commit 4f8be203ab

View File

@ -1,7 +1,12 @@
/* Something to hack the tabbar */
.tab .material-icons {
line-height: inherit;
}
main {
margin-top: 48px;
}
/* add custom bold class */
.bold {
font-weight: bold;