update mobile card styles

This commit is contained in:
David Levin 2018-08-30 16:02:12 -07:00
parent dea96a02c5
commit ea672cdedb
1 changed files with 9 additions and 0 deletions

View File

@ -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 {