feat(ui): Titel geändert, Uhrzeit rechts in Titelzeile; Hinweistext entfernt
This commit is contained in:
parent
a38b130f8d
commit
9d63f6c71e
2 changed files with 11 additions and 3 deletions
|
|
@ -71,6 +71,13 @@ body {
|
|||
|
||||
.container { max-width: 1200px; margin: 0 auto; padding: 28px; }
|
||||
header { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
|
||||
.
|
||||
.header-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
header h1 { margin: 0; font-weight: 800; letter-spacing: .3px; }
|
||||
header p { opacity: .8; }
|
||||
.clock {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue