cycat-project-website/_sass/components/_intro.scss

48 lines
866 B
SCSS

.intro {
display: flex;
justify-content: flex-start;
align-items: center;
padding-top: 60px;
padding-bottom: 60px;
overflow: hidden;
@include media-breakpoint-up(md) {
padding-top: 140px;
padding-bottom: 140px;
}
h1 {
color: $black;
font-size: 42px;
font-weight: bold;
line-height: 1.2;
@include media-breakpoint-up(md) {
width: 80%;
font-size: 48px;
}
@include media-breakpoint-up(lg) {
font-size: 50px;
}
}
h2 {
width: 80%;
font-size: 1.2rem;
line-height: 1.4;
margin-bottom: 30px;
color: $black;
font-family: $font-family-base;
}
p {
font-size: 1.2rem;
font-weight: light;
line-height: 1.5;
color: $steel;
@include media-breakpoint-up(md) {
width: 80%;
}
}
}
.intro-small {
padding-top: 100px;
padding-bottom: 30px;
}