Basic weather style

This commit is contained in:
2020-11-21 03:29:26 -03:00
parent f019e29d8e
commit 2d65c5bbdf
3 changed files with 30 additions and 1 deletions

View File

@@ -160,3 +160,24 @@
border: none;
}
/* Weather */
#weather-box {
}
.weather-description {
display: flex;
flex-direction: row;
justify-content: space-between;
font-size: 1.5em;
font-weight: 600;
}
.weather-icon {
width: auto;
height: auto;
object-fit: contain;
}