Increase footer minimum height
This commit is contained in:
parent
b55715a688
commit
2d0704b163
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ figure {
|
||||||
.ui.footer {
|
.ui.footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
|
|
||||||
|
min-height: 15vh;
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.ui.footer {
|
.ui.footer {
|
||||||
|
|
Loading…
Reference in a new issue