update mobile card styles
This commit is contained in:
parent
dea96a02c5
commit
ea672cdedb
|
@ -4,6 +4,15 @@
|
|||
margin-bottom: $gap-large;
|
||||
background: white;
|
||||
border: 1px solid $core-grey-light-700;
|
||||
|
||||
@include breakpoint( '<782px' ) {
|
||||
margin-left: -16px;
|
||||
margin-right: -16px;
|
||||
margin-bottom: $gap-small;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-card__header {
|
||||
|
|
Loading…
Reference in New Issue