1
0
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:
Matthias Kretschmann 2016-02-11 03:16:29 +01:00
parent c9cab37ee7
commit cd72ce75c5
3 changed files with 8 additions and 1 deletions

View File

@ -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;

View File

@ -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;
} }
// //

View File

@ -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