diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-11-07 13:20:32 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-11-07 14:07:41 +0100 |
| commit | f3a8020cad6cc8c3a51e87e5b83d21a9065ab1ec (patch) | |
| tree | a73871ba3f9b829e365deb6ddcdee392ec609c0c /www | |
| parent | e853004312a0a0a751203b7a52bbbb3f4fab64ab (diff) | |
Textausrichtung in Tabelle vom Rest entkoppelt
Diffstat (limited to 'www')
| -rw-r--r-- | www/html/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
