Merge branch 'elektronika' of http://git.digital-tps.tk/TPS/elektronika_bagisto into elektronika

This commit is contained in:
merdan 2023-02-28 17:06:18 +05:00
commit e437b98cb0
3 changed files with 8 additions and 3 deletions

View File

@ -592,6 +592,9 @@
}
@media screen and (max-width: 950px) {
.delivery-content-mid {
grid-template-columns: 1fr;
}
.delivery-content-mid-right.onepage {
display: none;
}

View File

@ -883,6 +883,7 @@
padding-bottom: 2rem;
margin: 0.4rem 0rem 0 0rem;
gap: 3rem;
flex-direction: column-reverse;
}
.cube-view .to-cart {
@ -1342,10 +1343,10 @@
}
@media screen and (max-width: 370px) {
.gridded-view {
/* .gridded-view {
grid-template-columns: 1fr;
-ms-grid-column: 1fr;
}
} */
.cube-view {
max-width: 22rem;

View File

@ -216,7 +216,8 @@
.upper-section-middle-header-top {
display: flex;
align-items: center;
flex-direction: column;
/* align-items: center; */
justify-content: space-between;
gap: 0.8rem;
}