Fix mobile header spacing
This commit is contained in:
@@ -173,7 +173,6 @@
|
||||
.utci-header {
|
||||
grid-template-columns: 1fr; /* single column — stack title, dial, search */
|
||||
gap: 20px;
|
||||
padding-top: 16px; /* extra breathing room below fixed nav */
|
||||
padding-bottom: 24px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
@@ -192,6 +191,10 @@
|
||||
margin: 0 auto; /* centre the dial */
|
||||
}
|
||||
|
||||
.utci-current-loc {
|
||||
margin-top: 4px; /* tighten gap above location on mobile */
|
||||
}
|
||||
|
||||
.utci-search-wrap {
|
||||
width: 100%; /* full-width search box */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user