1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-02 00:05:37 +01:00
site/_src/_assets/styles/bigchain/_comments.scss

18 lines
316 B
SCSS
Raw Normal View History

//
// Comments
// --------------
2017-05-29 21:15:48 +02:00
// bigchaindb.com
//
.comments {
margin-bottom: ($spacer * 2);
.row > h1 {
font-size: $font-size-h2;
border-bottom: 1px solid $brand-main-blue-light;
padding-bottom: $spacer;
margin-bottom: ($spacer * 2);
text-align: center;
}
}