mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 17:12:48 +00:00
9 lines
164 B
SCSS
9 lines
164 B
SCSS
.Default {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
font-size: 5em;
|
|
} |