hostea-website/sass/home/mobile.scss

21 lines
214 B
SCSS
Raw Normal View History

@import "./card-mobile";
2022-04-08 12:25:22 +00:00
.home__container {
max-height: 100vh;
height: 100vh;
}
.home__name {
font-size: 2rem;
}
.index-banner {
margin: auto;
}
.index-banner__title {
font-size: 2.5rem;
margin: auto;
}