mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
make every first paragraph on markdown pages a lead paragraph
This commit is contained in:
parent
c9cab37ee7
commit
cd72ce75c5
@ -12,6 +12,11 @@
|
|||||||
padding-bottom: ($spacer * 4);
|
padding-bottom: ($spacer * 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p:first-child {
|
||||||
|
@extend .lead;
|
||||||
|
margin-bottom: ($spacer * 2);
|
||||||
|
}
|
||||||
|
|
||||||
> h1, h2 {
|
> h1, h2 {
|
||||||
border-bottom: 1px solid $brand-main-blue-light;
|
border-bottom: 1px solid $brand-main-blue-light;
|
||||||
padding-bottom: $spacer;
|
padding-bottom: $spacer;
|
||||||
|
@ -155,6 +155,7 @@ strong,
|
|||||||
.lead {
|
.lead {
|
||||||
font-size: $font-size-lg;
|
font-size: $font-size-lg;
|
||||||
color: $headings-color;
|
color: $headings-color;
|
||||||
|
line-height: $line-height-lg;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -10,7 +10,8 @@ Before we can accept any contributions from you or the organization you represen
|
|||||||
|
|
||||||
You will retain full ownership of your work, including the ability to license it to others.
|
You will retain full ownership of your work, including the ability to license it to others.
|
||||||
|
|
||||||
[Individual Contributor Agreement](individual/) | [Entity Contributor Agreement](entity/)
|
- [Individual Contributor Agreement](individual/)
|
||||||
|
- [Entity Contributor Agreement](entity/)
|
||||||
|
|
||||||
## Sign the agreement
|
## Sign the agreement
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user