feat: add Berlin Clock layout and styling with Orbitron font
This commit is contained in:
committed by
Loic Coenen (aider)
parent
abf8b13fc7
commit
3fed6dc168
21
src/App.css
21
src/App.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user