feat: add Berlin Clock layout and styling with Orbitron font

This commit is contained in:
Loic Coenen
2026-06-25 10:31:10 +02:00
committed by Loic Coenen (aider)
parent abf8b13fc7
commit 3fed6dc168
7 changed files with 80 additions and 36 deletions

View File

@@ -182,3 +182,24 @@
border-right-color: var(--border);
}
}
.berlin-clock {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.seconds-lamp-container {
margin-bottom: 4px;
display: flex;
justify-content: center;
}
.lamp-row {
display: flex;
justify-content: center;
width: 100%;
max-width: 330px;
margin: 0 auto;
}