mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-24 02:16:10 +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);
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
@extend .lead;
|
||||
margin-bottom: ($spacer * 2);
|
||||
}
|
||||
|
||||
> h1, h2 {
|
||||
border-bottom: 1px solid $brand-main-blue-light;
|
||||
padding-bottom: $spacer;
|
||||
|
@ -155,6 +155,7 @@ strong,
|
||||
.lead {
|
||||
font-size: $font-size-lg;
|
||||
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.
|
||||
|
||||
[Individual Contributor Agreement](individual/) | [Entity Contributor Agreement](entity/)
|
||||
- [Individual Contributor Agreement](individual/)
|
||||
- [Entity Contributor Agreement](entity/)
|
||||
|
||||
## Sign the agreement
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user