site/_src/_assets/styles/page-community.scss

25 lines
356 B
SCSS
Raw Normal View History

2016-01-21 11:51:05 +01:00
//
// Page: Community
// ---
// bigchain.io
//
2016-01-21 12:38:06 +01:00
.page-community {
.header {
2016-01-30 13:34:11 +01:00
background-image: url('../img/photo2.jpg');
background-position: center top;
2016-01-21 12:38:06 +01:00
}
}
2016-01-21 11:51:05 +01:00
.section-community,
.section-conduct {
@extend .text-center;
}
.section-community {
.grid h1 { @extend .h3; }
}
.section-conduct {
2016-01-29 18:45:09 +01:00
@extend .background--photo;
2016-01-21 11:51:05 +01:00
}