shlink-web-client/src/App.scss
2018-05-13 09:48:21 +02:00

12 lines
186 B
SCSS

.app {
text-align: center;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
}
.app__title {
font-size: 36px;
}