1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-05 17:05:40 +01:00
site/_src/_assets/styles/_sections/_section-getstarted.scss

14 lines
230 B
SCSS
Raw Normal View History

2018-04-06 11:33:52 +02:00
.section--getstarted {
padding-bottom: 0;
.section-header {
margin-bottom: -($spacer * 3.5);
position: relative;
z-index: 10;
.btn {
margin-top: $spacer * 2;
}
}
}