forecast/components/MainCard.module.css
2021-09-23 13:40:17 +03:00

19 lines
206 B
CSS

.wrapper {
text-align: center;
padding: 30px;
}
.location {
font-size: 38px;
margin-bottom: 10px;
}
.description {
font-size: 24px;
margin-bottom: 20px;
}
.temperature {
font-size: 84px;
}