aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>