From 89f7c8c4bb7818e3d564a40d7ba5d63c41d0a4a4 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 25 Mar 2025 21:00:56 +0100 Subject: [PATCH] fix logo --- static/output.css | 17 +++++++++++++++++ views/checkout.html | 2 +- views/login.html | 2 +- views/register.html | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) 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 @@
- Your Company + Logo

Checkout

diff --git a/views/login.html b/views/login.html index 2c66ee7..847d4e4 100644 --- a/views/login.html +++ b/views/login.html @@ -2,7 +2,7 @@
- Your Company + Logo

Login to your account

diff --git a/views/register.html b/views/register.html index f9632e6..4e69e71 100644 --- a/views/register.html +++ b/views/register.html @@ -2,7 +2,7 @@
- Your Company + Logo

Register your account