10 lines
105 B
SCSS
10 lines
105 B
SCSS
.index{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100vh;
|
|
}
|
|
.modal{
|
|
|
|
}
|