mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 12:23:06 +00:00
66 lines
703 B
SCSS
66 lines
703 B
SCSS
.headline{
|
|
margin:auto;
|
|
|
|
strong {
|
|
font-weight: 800;
|
|
}
|
|
|
|
&--lt-margin{
|
|
margin-top: -5px;
|
|
|
|
@include atLarge{
|
|
margin-left: 55px;
|
|
}
|
|
}
|
|
|
|
&--s-width {
|
|
max-width: 500px;
|
|
|
|
@include atMedium(){
|
|
max-width: 1000px;
|
|
}
|
|
|
|
}
|
|
|
|
&__title {
|
|
font-weight: 400;
|
|
font-size: 1.6rem;
|
|
|
|
@include atMedium(){
|
|
font-size: 2.1rem;
|
|
}
|
|
}
|
|
|
|
&__subtitle {
|
|
font-weight: 300;
|
|
font-size: 1.3rem;
|
|
|
|
@include atMedium(){
|
|
font-size: 1.6rem;
|
|
}
|
|
}
|
|
|
|
&--centered {
|
|
text-align: center;
|
|
}
|
|
|
|
&--lightGreen {
|
|
color: $myLightGreen;
|
|
}
|
|
|
|
&--orange {
|
|
color: $myOrange;
|
|
}
|
|
|
|
&--b-margin {
|
|
margin-bottom: 2.5rem;
|
|
|
|
@include atMedium(){
|
|
margin-bottom: 4.5rem;
|
|
}
|
|
}
|
|
|
|
a {
|
|
font-weight: 400;
|
|
}
|
|
} |