12 lines
189 B
SCSS
12 lines
189 B
SCSS
.verify-page__wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
|
|
.verify-page__title {
|
|
|
|
} |