shlink-web-client/src/App.scss

13 lines
172 B
SCSS
Raw Normal View History

2018-05-13 10:48:21 +03:00
.app {
2018-06-03 13:57:03 +03:00
text-align: center;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
2018-05-13 09:57:47 +03:00
}
2018-05-13 10:48:21 +03:00
.app__title {
2018-06-03 13:57:03 +03:00
font-size: 36px;
2018-05-13 09:57:47 +03:00
}