forecast/components/MainCard.module.css
2021-09-21 20:51:32 +03:00

18 lines
200 B
CSS

.weatherWrapper {
padding: 30px;
}
.locationTitle {
font-size: 38px;
margin-bottom: 10px;
}
.weatherDescription {
font-size: 24px;
margin-bottom: 20px;
}
.mainTemp {
font-size: 84px;
}