Fix alignment issue
This commit is contained in:
@@ -1130,6 +1130,14 @@
|
||||
gap: 3px;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
/* header.css sets align-items: center for the same tablet breakpoint, but
|
||||
since ui.css is @imported after header.css in sunscope.css it wins at
|
||||
equal specificity - so the tablet override has to live here instead. */
|
||||
@media (max-width: 960px) {
|
||||
.utci-recent-locs {
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
.utci-recent-label {
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 9px;
|
||||
|
||||
Reference in New Issue
Block a user