mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
25 lines
356 B
SCSS
25 lines
356 B
SCSS
//
|
|
// Page: Community
|
|
// ---
|
|
// bigchain.io
|
|
//
|
|
.page-community {
|
|
.header {
|
|
background-image: url('../img/photo2.jpg');
|
|
background-position: center top;
|
|
}
|
|
}
|
|
|
|
.section-community,
|
|
.section-conduct {
|
|
@extend .text-center;
|
|
}
|
|
|
|
.section-community {
|
|
.grid h1 { @extend .h3; }
|
|
}
|
|
|
|
.section-conduct {
|
|
@extend .background--photo;
|
|
}
|