mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-11-30 18:23:31 +00:00
about section finished
This commit is contained in:
54
app/assets/scss/modules/_headline.scss
Normal file
54
app/assets/scss/modules/_headline.scss
Normal file
@ -0,0 +1,54 @@
|
||||
.headline{
|
||||
margin:auto;
|
||||
|
||||
&--s-width {
|
||||
max-width: 500px;
|
||||
|
||||
@include atMedium(){
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&__title {
|
||||
font-weight: 500;
|
||||
font-size: 1.7rem;
|
||||
|
||||
@include atMedium(){
|
||||
font-size: 2.1rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__subtitle {
|
||||
font-weight: 300;
|
||||
font-size: 1.4rem;
|
||||
|
||||
@include atMedium(){
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
}
|
||||
|
||||
&--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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user