Fixes for Liquid

This commit is contained in:
softsimon
2023-05-11 17:14:16 -05:00
parent b81dd99825
commit f5d311ca44
4 changed files with 19 additions and 9 deletions

View File

@@ -62,6 +62,10 @@ body {
position: relative;
}
main {
margin-top: 24px;
}
.full-height {
@media (max-width: 767.98px) {
min-height: 100vh;
@@ -1155,4 +1159,4 @@ app-master-page, app-liquid-master-page {
app-global-footer {
margin-top: auto;
}
}