правки test1

This commit is contained in:
2026-04-05 20:56:03 +03:00
parent f0870321e5
commit ede86f4573
3 changed files with 72 additions and 1 deletions

View File

@@ -41,6 +41,12 @@
flex-direction: column;
}
.test1-shared-shop-page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.test1-shared-cart-page .site-main {
flex: 1 0 auto;
}
@@ -61,6 +67,11 @@
padding-bottom: 26px;
}
.test1-shared-shop-page .site-main {
flex: 1 0 auto;
padding-bottom: 26px;
}
.test1-shared-cart-page .classic-footer {
margin-top: auto;
}
@@ -78,6 +89,10 @@
margin-top: auto;
}
.test1-shared-shop-page .classic-footer {
margin-top: auto;
}
.test1-shared-shell .site-header {
position: sticky;
top: 0;