css: fix sub-nav bottom height
This commit is contained in:
parent
26b17f57cd
commit
de8509ab87
1 changed files with 1 additions and 4 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue