mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-10-19 18:26:30 +00:00
start for the about section
This commit is contained in:
17
app/assets/scss/modules/_generic-content-container.scss
Normal file
17
app/assets/scss/modules/_generic-content-container.scss
Normal file
@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user