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

11 lines
184 B
SCSS
Raw Normal View History

.content--page {
2016-01-09 18:36:18 +01:00
.row {
> h2 {
border-bottom: 1px solid $gray-lightest;
padding-bottom: $spacer;
text-align: center;
}
}
}