17 lines
201 B
SCSS
17 lines
201 B
SCSS
|
.main{
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.form{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
height: 80%;
|
||
|
width: max-content;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.title{
|
||
|
font-size: 2.5em;
|
||
|
}
|