mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 17:50:07 +01:00
14 lines
230 B
SCSS
14 lines
230 B
SCSS
.section--getstarted {
|
|
padding-bottom: 0;
|
|
|
|
.section-header {
|
|
margin-bottom: -($spacer * 3.5);
|
|
position: relative;
|
|
z-index: 10;
|
|
|
|
.btn {
|
|
margin-top: $spacer * 2;
|
|
}
|
|
}
|
|
}
|