From c0abf766436838667dd6f0296ac475d69f7c7026 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 22 Mar 2026 18:54:54 +0100 Subject: [PATCH] =?UTF-8?q?Emojis=20auf=20Kassen-Tiles=20in=20maximaler=20?= =?UTF-8?q?Gr=C3=B6=C3=9Fe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- templates/index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index d79a0f8..a884456 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,6 +60,16 @@ white-space: normal; font-size: clamp(0.9rem, 4vw, 1.5rem); padding: 0.5rem; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + } + + .article-tile .btn .article-icon { + font-size: min(18vw, 22vh); + line-height: 1; + margin-bottom: 0.25rem; } .kasse-sum-row { @@ -127,8 +137,8 @@