From a70c24398a773aeb68911a0f8e666124bf2b777a Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 6 Apr 2024 15:20:33 -0500 Subject: [PATCH] 0.1.3 fix mobile style --- CHANGELOG.md | 4 ++++ htmx_patterns/__about__.py | 2 +- templates/base.html | 8 +++++--- templates/boosted/person.html | 2 +- templates/index.html | 8 ++++---- templates/infinite/persons.html | 4 ++-- 6 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255ce3d..612602f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # HTMX-PATTERNS CHANGELOG +## 0.1.3 + +* fix mobile style + ## 0.1.2 * fix seo image size diff --git a/htmx_patterns/__about__.py b/htmx_patterns/__about__.py index 9df1c0f..2add7af 100644 --- a/htmx_patterns/__about__.py +++ b/htmx_patterns/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.2" +__version__ = "0.1.3" diff --git a/templates/base.html b/templates/base.html index bd78c05..abc126c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,18 +41,20 @@ } %} + class="justify-center items-center min-h-screen bg-gray-900 bg-no-repeat bg-cover bg-gradient-to-b from-pink-950/50 min-w-screen text-shadow-xl text-shadow-zinc-950 w-screen h-screen">
-