7 lines
96 B
SCSS
7 lines
96 B
SCSS
.center {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 420px;
|
|
}
|