diff --git a/assets/css/theme.css b/assets/css/theme.css index 32754fb..39be6d7 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -2030,6 +2030,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { padding-right: 0.5rem; } + .max-md\:text-center { + text-align: center; + } + .max-md\:leading-5 { line-height: 1.25rem; } diff --git a/templates/checkout/_partials/cart-detailed-product-line.tpl b/templates/checkout/_partials/cart-detailed-product-line.tpl index 8148391..a3d050e 100644 --- a/templates/checkout/_partials/cart-detailed-product-line.tpl +++ b/templates/checkout/_partials/cart-detailed-product-line.tpl @@ -29,11 +29,11 @@