site/_src/_assets/styles/_page-whitepaper.scss

15 lines
235 B
SCSS
Raw Normal View History

2016-02-09 18:15:54 +01:00
.page-whitepaper {
.content--page--markdown {
2018-05-16 11:35:07 +02:00
> p:first-child {
text-align: center;
}
2016-02-09 18:15:54 +01:00
}
}
2018-05-16 12:47:54 +02:00
.section--whitepaper-download {
.section-header + .text-center {
margin-top: -$spacer;
}
}