css: fix sub-nav bottom height

This commit is contained in:
Swrup 2025-04-18 17:42:17 +02:00
parent 6fcd7ecda7
commit 0074e19d42

View file

@ -44,10 +44,6 @@ body {
height: 100vh; height: 100vh;
} }
body * {
max-height: 100%;
}
nav { nav {
background-color: var(--bg-nav); background-color: var(--bg-nav);
display: flex; display: flex;
@ -221,6 +217,7 @@ nav a:hover, nav button:hover,
object-fit: contain; object-fit: contain;
width: 100%; width: 100%;
height: auto; height: auto;
max-height: 100vh;
} }
.image-small { .image-small {