From 8fc9145f5a1d9ddf587f31075391af0acc70d02d Mon Sep 17 00:00:00 2001 From: Per Stark Date: Tue, 21 Jan 2025 08:43:35 +0100 Subject: [PATCH] frontend styling, uniformity --- templates/auth/account.html | 6 +++--- templates/auth/signin_form.html | 2 +- templates/auth/signup_form.html | 2 +- templates/documentation/index.html | 4 ++-- templates/gdpr.html | 2 +- templates/index/hero.html | 4 ++-- templates/index/signed_in_view.html | 2 +- templates/ingress_form.html | 2 +- templates/privacy_policy.html | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/auth/account.html b/templates/auth/account.html index 3fad8ed..c4e4dff 100644 --- a/templates/auth/account.html +++ b/templates/auth/account.html @@ -5,13 +5,13 @@ opacity: 0.5; } -
+

Account Settings

-
@@ -20,7 +20,7 @@ {% block api_key_section %} {% if user.api_key %} - Download iOS diff --git a/templates/auth/signin_form.html b/templates/auth/signin_form.html index ff5b53c..96d7406 100644 --- a/templates/auth/signin_form.html +++ b/templates/auth/signin_form.html @@ -8,7 +8,7 @@

+ class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-linear-to-r from-primary to-secondary text-center text-transparent bg-clip-text"> Minne

Login to your account

diff --git a/templates/auth/signup_form.html b/templates/auth/signup_form.html index 1e38c88..7c0236f 100644 --- a/templates/auth/signup_form.html +++ b/templates/auth/signup_form.html @@ -9,7 +9,7 @@

+ class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-linear-to-r from-primary to-secondary text-center text-transparent bg-clip-text"> Minne

Create your account

diff --git a/templates/documentation/index.html b/templates/documentation/index.html index 3d99623..5b7ed92 100644 --- a/templates/documentation/index.html +++ b/templates/documentation/index.html @@ -1,8 +1,8 @@ {% extends "body_base.html" %} {% block main %} -
+
-
+