правки test1

This commit is contained in:
2026-04-05 20:13:07 +03:00
parent f97e239274
commit 5f4c2e91ac
4 changed files with 200 additions and 3 deletions

View File

@@ -17,14 +17,29 @@
flex-direction: column;
}
.test1-shared-faq-page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.test1-shared-cart-page .site-main {
flex: 1 0 auto;
}
.test1-shared-faq-page .site-main {
flex: 1 0 auto;
padding-bottom: 26px;
}
.test1-shared-cart-page .classic-footer {
margin-top: auto;
}
.test1-shared-faq-page .classic-footer {
margin-top: auto;
}
.test1-shared-shell .site-header {
position: sticky;
top: 0;