modified: app.py
modified: requirements.txt modified: static/css/style.css modified: templates/base.html modified: templates/weather.html
This commit is contained in:
@@ -54,6 +54,13 @@ main { flex: 1; }
|
||||
.nav-logo span { color: var(--orange); }
|
||||
|
||||
.nav-search { flex: 1; max-width: 420px; margin-left: auto; }
|
||||
.nav-clock {
|
||||
flex-shrink: 0;
|
||||
font-size: 0.85rem; font-weight: 500;
|
||||
color: var(--muted);
|
||||
letter-spacing: 0.02em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.nav-search-wrap { position: relative; display: flex; align-items: center; }
|
||||
.nav-search-icon {
|
||||
position: absolute; left: 10px; width: 16px; height: 16px;
|
||||
|
||||
Reference in New Issue
Block a user