forecast/components/ErrorScreen.module.css
2021-09-23 08:42:42 +03:00

11 lines
132 B
CSS

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