feat: add brand-mark class to place "urupam"

This commit is contained in:
2025-12-28 17:53:41 +01:00
parent edc1c8cd66
commit e9969841b1

View File

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