mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
18 lines
316 B
SCSS
18 lines
316 B
SCSS
//
|
|
// Comments
|
|
// --------------
|
|
// 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;
|
|
}
|
|
}
|