forecast/components/ErrorScreen.module.css
2021-09-21 22:05:40 +03:00

11 lines
132 B
CSS

.wrapper {
max-width: 260px;
text-align: center;
display: grid;
place-items: center;
}
.message {
margin-bottom: 30px;
}