diff --git a/static/output.css b/static/output.css index 1823588..0187832 100644 --- a/static/output.css +++ b/static/output.css @@ -630,6 +630,11 @@ video { margin-right: auto; } +.-mx-5 { + margin-left: -1.25rem; + margin-right: -1.25rem; +} + .mb-2 { margin-bottom: 0.5rem; } @@ -788,6 +793,14 @@ video { width: 100%; } +.w-1\/4 { + width: 25%; +} + +.w-2\/4 { + width: 50%; +} + .max-w-2xl { max-width: 42rem; } @@ -881,6 +894,10 @@ video { gap: 1.25rem; } +.gap-2 { + gap: 0.5rem; +} + .gap-x-6 { -moz-column-gap: 1.5rem; column-gap: 1.5rem; diff --git a/views/checkout.html b/views/checkout.html index 19858e9..d7d481a 100644 --- a/views/checkout.html +++ b/views/checkout.html @@ -2,7 +2,7 @@
+