правки test1

This commit is contained in:
2026-04-05 20:50:56 +03:00
parent f59fa20783
commit f0870321e5
5 changed files with 317 additions and 8 deletions

View File

@@ -29,6 +29,18 @@
flex-direction: column;
}
.test1-shared-delivery-page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.test1-shared-service-page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.test1-shared-cart-page .site-main {
flex: 1 0 auto;
}
@@ -43,6 +55,12 @@
padding-bottom: 26px;
}
.test1-shared-delivery-page .site-main,
.test1-shared-service-page .site-main {
flex: 1 0 auto;
padding-bottom: 26px;
}
.test1-shared-cart-page .classic-footer {
margin-top: auto;
}
@@ -55,6 +73,11 @@
margin-top: auto;
}
.test1-shared-delivery-page .classic-footer,
.test1-shared-service-page .classic-footer {
margin-top: auto;
}
.test1-shared-shell .site-header {
position: sticky;
top: 0;