mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
14 lines
231 B
SCSS
14 lines
231 B
SCSS
|
|
.page-whitepaper {
|
|
.content--page--markdown {
|
|
> p:nth-child(1),
|
|
> p:nth-child(2) { text-align: center; }
|
|
}
|
|
|
|
#get-the-whitepaper {
|
|
+ a {
|
|
@extend .btn, .btn-primary;
|
|
}
|
|
}
|
|
}
|