hostea-website/sass/home/mobile.scss

41 lines
509 B
SCSS
Raw Permalink Normal View History

@import "./card-mobile";
2022-04-25 18:30:38 +00:00
@import "./vision-mobile";
2022-04-26 09:28:39 +00:00
@import "./service-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;
}
2022-04-25 18:30:38 +00:00
.index__group-content {
.page__container {
width: 90%;
}
2022-04-26 09:28:39 +00:00
}
.index-banner__logo-container {
display: none;
}
.action-call__margin-container {
flex-direction: column;
width: 85%;
}
.action-call__prompt {
text-align: center;
}