forecast/components/ContentBox.module.css
2021-09-22 16:29:40 +03:00

13 lines
219 B
CSS

.statsWrapper {
background-color: rgb(247, 247, 247);
padding: 30px;
text-align: right;
border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 950px) {
.statsWrapper {
border-radius: 0;
}
}