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

6 lines
73 B
CSS

.wrapper {
display: grid;
place-items: center;
max-width: 260px;
}