Add min-height to #content
This commit is contained in:
parent
07648c30f6
commit
698cc5c368
|
@ -19,6 +19,16 @@
|
|||
transition: background-color 150ms ease-in;
|
||||
}
|
||||
|
||||
#content {
|
||||
min-height: 85svh;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#content {
|
||||
min-height: 90svh;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue