From 3102d513f73c4f7d2582146ef18f302331c86488 Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 7 Nov 2025 13:42:11 +0100 Subject: =?UTF-8?q?=C3=9Cberall=20`rem`=20als=20Einheit=20verwenden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/html/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www') diff --git a/www/html/index.html b/www/html/index.html index 091cba4..2c6564b 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -25,7 +25,7 @@ content: ''; position: fixed; background-image: url("img/Kraniche-oval-4a.png"); - top: calc(615px/2 + 2em); + top: calc(615px/2 + 2rem); left: 50%; transform: translate(-50%, -50%); width: 465px; @@ -53,22 +53,22 @@ th { color: var(--highlight); background-color: var(--background-highlight); - height: 1.5em; - font-size: 1.5em; + height: 1.5rem; + font-size: 1.5rem; } footer { text-align: center; } footer nav ul { display: flex; - gap: 2em; + gap: 2rem; padding: 0; justify-content: center; list-style: none; } footer nav a { background-color: var(--background-secondary); - padding: 0.5em; + padding: 0.5rem; } -- cgit v1.2.3