Merge branch 'elektronika' of http://git.digital-tps.tk/TPS/elektronika_bagisto into elektronika
This commit is contained in:
commit
e437b98cb0
|
|
@ -592,6 +592,9 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 950px) {
|
||||
.delivery-content-mid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.delivery-content-mid-right.onepage {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue