Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
47
_sass/components/_intro.scss
Normal file
47
_sass/components/_intro.scss
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue