shlink-web-client/src/App.scss

13 lines
186 B
SCSS
Raw Normal View History

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