feat: add brand-version to display version bottom right

This commit is contained in:
2025-12-29 08:42:59 +01:00
parent 4053b89cf4
commit 17857a6b56

View File

@@ -41,6 +41,16 @@ h1 {
color: #777;
}
.brand-version {
position: fixed;
right: 1rem;
bottom: 1rem;
font-size: 0.85rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #777;
}
.page-center h1 {
margin-bottom: 0.5rem;
}