Bottom padding for mobile

This commit is contained in:
softsimon
2023-03-24 18:32:33 +09:00
parent 261241fcc8
commit 9ca9ab63f5

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;
}
}