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;
|
||||
}
|
||||
|
||||
body * {
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
nav {
|
||||
background-color: var(--bg-nav);
|
||||
display: flex;
|
||||
|
|
@ -221,6 +217,7 @@ nav a:hover, nav button:hover,
|
|||
object-fit: contain;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
.image-small {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue