forecast/components/MainCard.module.css
2021-09-22 17:57:58 +03:00

18 lines
181 B
CSS

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