Init with some changes to the Serif Theme

This commit is contained in:
Waldehyd 2025-09-12 16:54:28 +02:00
commit 912d143813
243 changed files with 15251 additions and 0 deletions

View 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;
}