mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
refactor: Single column layout; group delta icon; style date
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
parent
534754be4e
commit
54ebc0b242
2 changed files with 10 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ body {
|
|||
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
|
|
@ -58,6 +58,13 @@ body {
|
|||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.system-date-display {
|
||||
text-align: center;
|
||||
font-size: 1.5em;
|
||||
font-family: 'Quartz', monospace;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.card ul {
|
||||
padding-left: 20px;
|
||||
list-style: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue