Bottom padding for mobile

This commit is contained in:
softsimon 2023-03-24 18:32:33 +09:00
parent 261241fcc8
commit 9ca9ab63f5
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -1143,4 +1143,8 @@ app-master-page {
display: flex;
flex-direction: column;
min-height: 100vh;
padding-bottom: 60px;
@media (min-width: 992px) {
padding-bottom: 0px;
}
}