Increase footer minimum height

This commit is contained in:
grandeljay 2022-06-10 17:13:38 +02:00
parent b55715a688
commit 2d0704b163

View file

@ -30,6 +30,8 @@ figure {
.ui.footer {
position: sticky;
top: 100%;
min-height: 15vh;
}
@media (min-width: 768px) {
.ui.footer {