mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 01:37:24 +03:00
12 lines
186 B
SCSS
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;
|
|
}
|