7 lines
123 B
SCSS
7 lines
123 B
SCSS
.main{
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: max-content;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |