1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-12 01:52:49 +00:00
Files
react-starter/app/pages/NotFound/NotFound.scss
2017-03-29 18:08:19 -05:00

8 lines
130 B
SCSS

.NotFound {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
}