11 lines
106 B
SCSS
11 lines
106 B
SCSS
.grid {
|
|
display: grid;
|
|
}
|
|
|
|
.place-items-center {
|
|
place-items: center;
|
|
}
|
|
|
|
.h-screen {
|
|
height: 100vh;
|
|
} |