about section finished

This commit is contained in:
Tancre
2020-09-30 18:51:32 +02:00
parent 49cbef62df
commit 7a776a7295
11 changed files with 327 additions and 66 deletions

View File

@ -1,12 +1,28 @@
.generic-content-container{
&--t-b-margin{
margin-top: 5rem;
margin-bottom: 70px;
@include atLarge{
margin-top: 7rem;
margin-bottom: 0px;
}
}
&--t-center{
text-align: center;
}
p {
font-weight: 300;
line-height: 1.65;
margin: 0 0 1.8rem 0;
margin: 0;
font-size: 1.2rem;
@include atSmall{
font-size: 1.125rem;
@include atMedium{
margin: 0 0 1.8rem 0;
font-size: 1.4rem;
}
}