Merge pull request #4497 from consul/small_screen_footer

Fix footer overflow on small screens
This commit is contained in:
Javi Martín
2021-04-27 12:34:06 +02:00
committed by GitHub

View File

@@ -914,7 +914,7 @@ footer {
background: #f1f1f1;
clear: both;
margin-top: $line-height * 2;
min-height: $line-height * 12;
padding-bottom: $line-height;
padding-top: $line-height;
}