45 lines
772 B
CSS
45 lines
772 B
CSS
.communitysupport {
|
|
@neat-row;
|
|
background-color: white;
|
|
padding: $xl 0 $large 0;
|
|
|
|
.community-features {
|
|
@neat-span-columns 12;
|
|
|
|
@media screen and (min-width: $tablet) {
|
|
@neat-span-columns 8;
|
|
}
|
|
@media screen and (min-width: $desktop) {
|
|
@neat-span-columns 6;
|
|
}
|
|
|
|
.feature {
|
|
margin-top: $small;
|
|
|
|
}
|
|
}
|
|
|
|
.contributors {
|
|
@neat-span-columns 12;
|
|
margin-top: $small;
|
|
|
|
@media screen and (min-width: $tablet) {
|
|
@neat-span-columns 10;
|
|
}
|
|
@media screen and (min-width: $desktop) {
|
|
@neat-span-columns 5;
|
|
float: right;
|
|
}
|
|
|
|
.contributor-list {
|
|
margin-top: $micro;
|
|
img {
|
|
width: 32px;
|
|
margin: 0 $micro $micro 0;
|
|
border-radius: 16px;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|