From 23a5935a7d29721219f936f70fb6f12061ad64d1 Mon Sep 17 00:00:00 2001 From: TT-392 Date: Fri, 31 Oct 2025 21:17:11 +0100 Subject: [PATCH] Tile input sections --- templates/base.html | 6 ++++++ templates/text.html | 15 +++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index 750e11f..365b00a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -74,6 +74,12 @@ border: 2px solid #ff69b4; } + .tiles { + display: grid; + grid-template-columns: repeat(auto-fit, 190px); + gap: 20px + } + {% block head %} diff --git a/templates/text.html b/templates/text.html index 2cc835e..ed29df4 100644 --- a/templates/text.html +++ b/templates/text.html @@ -19,8 +19,8 @@
-
- +
+

Font

@@ -54,14 +54,14 @@ {% endif %}