aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin <valentin@fricklerhandwerk.de>2025-11-07 13:42:11 +0100
committerValentin <valentin@fricklerhandwerk.de>2025-11-07 14:07:41 +0100
commit3102d513f73c4f7d2582146ef18f302331c86488 (patch)
treed0c71371bfa3d010a9d82f1ca23a148c01e0f1be
parentf3a8020cad6cc8c3a51e87e5b83d21a9065ab1ec (diff)
Überall `rem` als Einheit verwenden
-rw-r--r--www/html/index.html10
1 files changed, 5 insertions, 5 deletions
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;
}
</style>
</head>