1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/bigchain/_content-page.scss

12 lines
230 B
SCSS
Raw Normal View History

.content--page {
2016-01-09 18:36:18 +01:00
.row {
2016-01-10 02:11:27 +01:00
> h1, h2 {
border-bottom: 2px solid $gray-lightest;
2016-01-09 18:36:18 +01:00
padding-bottom: $spacer;
2016-01-10 02:11:27 +01:00
margin-bottom: ($spacer * 2);
2016-01-09 18:36:18 +01:00
text-align: center;
}
}
}