1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-10 17:12:48 +00:00
Files
react-starter/app/scss/Default.scss
2017-03-29 18:08:05 -05:00

9 lines
164 B
SCSS

.Default {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 5em;
}