mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 12:23:06 +00:00
33 lines
410 B
SCSS
33 lines
410 B
SCSS
.generic-content-container{
|
|
|
|
&--t-b-margin{
|
|
margin-top: 4rem;
|
|
margin-bottom: 2.5rem;
|
|
|
|
@include atLarge{
|
|
margin-top: 5rem;
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
|
|
&--t-center{
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
font-weight: 300;
|
|
line-height: 1.25;
|
|
margin: 0;
|
|
font-size: 1.1rem;
|
|
|
|
@include atMedium{
|
|
margin: 0 0 1.8rem 0;
|
|
font-size: 1.4rem;
|
|
}
|
|
}
|
|
|
|
p a {
|
|
font-weight: 700;
|
|
}
|
|
|
|
} |