Make sure blocks list container is at least 100vh on mobile
This commit is contained in:
@@ -66,6 +66,11 @@ body {
|
||||
.container-xl {
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
.full-height {
|
||||
@media (max-width: 767.98px) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: none !important;
|
||||
|
||||
Reference in New Issue
Block a user