From f3a8020cad6cc8c3a51e87e5b83d21a9065ab1ec Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 7 Nov 2025 13:20:32 +0100 Subject: Textausrichtung in Tabelle vom Rest entkoppelt --- www/html/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/html/index.html b/www/html/index.html index 0b815e0..091cba4 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -20,7 +20,6 @@ font-family: sans-serif; color: var(--primary); background-color: var(--background-primary); - text-align: center; } body::before { content: ''; @@ -44,6 +43,7 @@ background-color: var(--background-primary); } td > table { + text-align: center; background-color: var(--background-secondary); border-color: var(--highlight); } @@ -56,6 +56,9 @@ height: 1.5em; font-size: 1.5em; } + footer { + text-align: center; + } footer nav ul { display: flex; gap: 2em; -- cgit v1.2.3