diff --git a/static/styles/main.css b/static/styles/main.css index 3deccbd..1d2db15 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -1141,3 +1141,8 @@ footer > section { grid-template-columns: repeat(2, 1fr); gap: 3rem; } +.wholesale-field { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 0.5rem; +} diff --git a/storefront/templates/storefront/wholesale_order.html b/storefront/templates/storefront/wholesale_order.html index 83052a6..dc97cce 100644 --- a/storefront/templates/storefront/wholesale_order.html +++ b/storefront/templates/storefront/wholesale_order.html @@ -27,7 +27,7 @@
If you are already a wholesale customer, please login and return to this page to place an order.
+
If you are already a wholesale customer, please login and return to this page to place an order.