biobulkbende.org/app/assets/scss/modules/_generic-content-container....

33 lines
408 B
SCSS
Raw Normal View History

2020-09-24 18:24:52 +00:00
.generic-content-container{
2020-09-30 16:51:32 +00:00
&--t-b-margin{
margin-top: 5rem;
margin-bottom: 70px;
@include atLarge{
margin-top: 7rem;
margin-bottom: 0px;
}
}
&--t-center{
text-align: center;
}
2020-09-24 18:24:52 +00:00
p {
font-weight: 300;
line-height: 1.65;
2020-09-30 16:51:32 +00:00
margin: 0;
font-size: 1.2rem;
2020-09-24 18:24:52 +00:00
2020-09-30 16:51:32 +00:00
@include atMedium{
margin: 0 0 1.8rem 0;
font-size: 1.4rem;
2020-09-24 18:24:52 +00:00
}
}
p a {
font-weight: 700;
}
}