mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 12:23:06 +00:00
17 lines
184 B
SCSS
17 lines
184 B
SCSS
|
.generic-content-container{
|
||
|
|
||
|
p {
|
||
|
font-weight: 300;
|
||
|
line-height: 1.65;
|
||
|
margin: 0 0 1.8rem 0;
|
||
|
|
||
|
@include atSmall{
|
||
|
font-size: 1.125rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
p a {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
}
|