mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Add margin for <main>
This commit is contained in:
parent
eb2f47e3a5
commit
4f8be203ab
@ -1,7 +1,12 @@
|
|||||||
|
/* Something to hack the tabbar */
|
||||||
.tab .material-icons {
|
.tab .material-icons {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
margin-top: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
/* add custom bold class */
|
/* add custom bold class */
|
||||||
.bold {
|
.bold {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user