9 lines
131 B
SCSS
9 lines
131 B
SCSS
|
.indexWrapper {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.indexHeader {
|
||
|
font-size: 3em;
|
||
|
}
|