fix: cart address overflow

This commit is contained in:
prssanna 2021-01-27 10:57:34 +05:30
parent dfa78eb27d
commit 72053cc4ab

View File

@ -460,6 +460,10 @@ body.product-page {
font-weight: 500;
}
.card-body {
max-width: 80%;
}
.card-text {
font-size: var(--text-md);
color: var(--gray-700);