Fix list item spacing (#343)

Fixes #305
This commit is contained in:
Patrice Chalin 2020-07-10 12:08:37 -04:00 committed by GitHub
parent 8b4e7201df
commit 0acb2dc4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -197,6 +197,11 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
.highlight .highlight
margin-bottom: 1rem margin-bottom: 1rem
li >
p:last-child:not(:only-child),
ul:last-child:not(:only-child)
margin-bottom: 1em
p a p a
font-weight: $weight-medium font-weight: $weight-medium

View File

@ -5,10 +5,6 @@ title: Documentation
Learn about key gRPC concepts, try a quick start, find tutorials and reference Learn about key gRPC concepts, try a quick start, find tutorials and reference
material for all [supported languages](languages). material for all [supported languages](languages).
<style>
div > ul > li { padding-top: 1em !important; }
</style>
- **New to gRPC?** Start with the following pages: - **New to gRPC?** Start with the following pages:
- [Introduction to gRPC](what-is-grpc/introduction) - [Introduction to gRPC](what-is-grpc/introduction)