modified: __pycache__/app.cpython-310.pyc

modified:   app.py
	modified:   static/css/style.css
	modified:   templates/weather.html
This commit is contained in:
SimolZimol
2026-04-21 09:39:05 +02:00
parent fc456ae2ac
commit 71337bb552
4 changed files with 15 additions and 4 deletions

View File

@@ -278,6 +278,10 @@ main { flex: 1; }
}
.hero-meta svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--orange); }
.hero-meta-sub { color: var(--muted); font-weight: 400; }
.hero-meta-time {
margin-left: auto; font-variant-numeric: tabular-nums;
color: var(--orange); font-weight: 600; letter-spacing: 0.04em;
}
.hero-main {
display: flex; align-items: flex-start; gap: 2rem;