[frontend/components] Make sure bottom bar doesn't cut off page content on mobile layout
This commit is contained in:
parent
b4d7a5c853
commit
8ad22eddc3
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
margin-bottom: 5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-bar {
|
.top-bar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue