Add a (simple) logo

This commit is contained in:
Olaf
2026-08-24 22:01:35 +02:00
parent 95992cc466
commit 4ae184f24c
20 changed files with 136 additions and 18 deletions
+14
View File
@@ -84,6 +84,15 @@ body::selection {
line-height: 1;
}
.site-logo {
display: block;
width: min(260px, 70vw);
height: 58px;
margin-bottom: 12px;
object-fit: contain;
object-position: left center;
}
.site-header p {
max-width: 34rem;
margin: 14px 0 0;
@@ -529,6 +538,11 @@ button:disabled {
font-size: 2.35rem;
}
.site-logo {
width: min(220px, 68vw);
height: 48px;
}
.header-row {
align-items: center;
gap: 12px;