2.0
Layout fixes Mobile cleanup Location right hand side Moon style updated - again
This commit is contained in:
+14
-4
@@ -616,10 +616,10 @@
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.utci-fetch-time {
|
||||
text-align: left;
|
||||
text-align: right;
|
||||
font-size: 0.72rem;
|
||||
opacity: 0.5;
|
||||
margin: 0.70rem 0 0.4rem;
|
||||
margin: 0.3rem 0 0;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
|
||||
@@ -810,16 +810,26 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.utci-current-loc,
|
||||
.utci-loc-coords,
|
||||
.utci-fetch-time {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.utci-search-wrap {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.scope-ring {
|
||||
width: 180px; /* smaller dial on mobile */
|
||||
height: 180px;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.scope-env-row {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
/* Halve the hourly-table cell padding on mobile so more columns fit
|
||||
in the viewport before the horizontal scrollbar kicks in. */
|
||||
.utci-table th {
|
||||
|
||||
Reference in New Issue
Block a user