Files
x-stake/app/assets/stylesheets/application.scss
2021-08-03 21:23:52 -03:00

11 lines
106 B
SCSS

.grid {
display: grid;
}
.place-items-center {
place-items: center;
}
.h-screen {
height: 100vh;
}