increased padding of bottom on tiny screens
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -512,7 +512,7 @@ a.wikilink{
|
|||||||
|
|
||||||
@media screen and (max-width: 900px) {
|
@media screen and (max-width: 900px) {
|
||||||
body{
|
body{
|
||||||
padding-top: 13px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
#app nav{
|
#app nav{
|
||||||
grid-template-columns: 33% 34% 33%;
|
grid-template-columns: 33% 34% 33%;
|
||||||
|
|||||||
Reference in New Issue
Block a user