1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/page-community.scss

30 lines
432 B
SCSS

//
// Page: Community
// ---
// bigchain.io
//
.page-community {
.header {
background: url('../img/photo2.jpg') no-repeat center top;
background-size: cover;
}
}
.section-community,
.section-conduct {
@extend .text-center;
}
.section-community {
.grid h1 { @extend .h3; }
.icon--social {
width: 2rem;
height: 2rem;
}
}
.section-conduct {
@extend .background--photo;
}