mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
17 lines
271 B
SCSS
17 lines
271 B
SCSS
|
//
|
||
|
// Comments
|
||
|
// --------------
|
||
|
// bigchain.io
|
||
|
//
|
||
|
|
||
|
.comments {
|
||
|
margin-bottom: ($spacer * 2);
|
||
|
|
||
|
.row > h1 {
|
||
|
border-bottom: 2px solid $gray-lightest;
|
||
|
padding-bottom: $spacer;
|
||
|
margin-bottom: ($spacer * 2);
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|