From e5d0a5022558fedc72fd3e529191d3b2eebb3d7d Mon Sep 17 00:00:00 2001 From: archos Date: Fri, 14 Jun 2024 10:32:18 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizace=20vzhledu=20pro=20lep=C5=A1=C3=AD?= =?UTF-8?q?=20zobrazen=C3=AD=20pati=C4=8Dky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 36 +++++++++++++++++++----------------- styly.css | 14 ++++++++++++++ 2 files changed, 33 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 236844a..1ba8623 100644 --- a/index.html +++ b/index.html @@ -9,31 +9,33 @@ -
-
+
+

Přehled Financí Komunity

Tento projekt poskytuje transparentní přehled transakcí na našem transparentním účtu.

- diff --git a/styly.css b/styly.css index 1d34c2a..2228a13 100644 --- a/styly.css +++ b/styly.css @@ -1,5 +1,9 @@ body { padding: 20px; + display: flex; + flex-direction: column; + min-height: 100vh; + margin: 0; } h1 { margin-bottom: 20px; @@ -14,3 +18,13 @@ th, td { font-size: 1.5em; margin-bottom: 20px; } +footer { + margin-top: 20px; + background-color: #f8f9fa; + padding: 20px; + border-top: 1px solid #e7e7e7; + flex-shrink: 0; +} +.container { + flex: 1 0 auto; +}