mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 20:26:40 +00:00
19 lines
287 B
SCSS
19 lines
287 B
SCSS
@import '../utils/base';
|
|
|
|
.home {
|
|
text-align: center;
|
|
height: calc(100vh - #{$headerHeight});
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-flow: column;
|
|
}
|
|
|
|
.home__title {
|
|
font-size: 1.75rem;
|
|
|
|
@media (min-width: $mdMin) {
|
|
font-size: 2.2rem;
|
|
}
|
|
}
|