increased padding of bottom on tiny screens

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-04 22:30:08 +01:00
parent 56b79e1ecf
commit 462d0bb66e

View File

@@ -512,7 +512,7 @@ a.wikilink{
@media screen and (max-width: 900px) {
body{
padding-top: 13px;
padding-top: 30px;
}
#app nav{
grid-template-columns: 33% 34% 33%;