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

33 lines
410 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{
2020-10-15 20:35:24 +00:00
margin-top: 4rem;
margin-bottom: 2.5rem;
2020-09-30 16:51:32 +00:00
@include atLarge{
2020-10-15 20:35:24 +00:00
margin-top: 5rem;
2020-09-30 16:51:32 +00:00
margin-bottom: 0px;
}
}
&--t-center{
text-align: center;
}
2020-09-24 18:24:52 +00:00
p {
font-weight: 300;
2020-10-09 12:48:01 +00:00
line-height: 1.25;
2020-09-30 16:51:32 +00:00
margin: 0;
2020-10-15 20:35:24 +00:00
font-size: 1.1rem;
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 {
2020-11-02 12:40:06 +00:00
font-weight: 500;
2020-09-24 18:24:52 +00:00
}
}