mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-07 11:26:25 +00:00
17 lines
273 B
SCSS
17 lines
273 B
SCSS
.c-social {
|
|
padding: 7.5rem; // 75px
|
|
background: #fff;
|
|
}
|
|
|
|
.c-social__list {
|
|
max-width: 76rem; // 760px
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
list-style: none;
|
|
}
|
|
|
|
.c-social__title {
|
|
@include ff--mono(500);
|
|
@include fs--heading-2;
|
|
color: rgba(#000, .5);
|
|
}
|