mirror of https://github.com/grpc/grpc.io.git
More aesthetic adjustments
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
14fc41e308
commit
313b30daff
|
|
@ -33,8 +33,6 @@ $secondary-dark: darken($secondary, 15%)
|
|||
$link: $secondary-dark
|
||||
$code: $primary
|
||||
$code-background: $white-bis
|
||||
$navbar-height: 5rem
|
||||
$navbar-item-img-max-height: $navbar-height * 0.6
|
||||
$section-padding: 3rem 1.5rem
|
||||
|
||||
// Font overrides
|
||||
|
|
@ -173,6 +171,11 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
|
|||
max-height: 5rem
|
||||
|
||||
.content
|
||||
@for $i from 1 through 6
|
||||
h#{$i}
|
||||
&::before
|
||||
margin-top: 5rem
|
||||
|
||||
img
|
||||
&:hover
|
||||
cursor: pointer
|
||||
|
|
@ -269,4 +272,4 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
|
|||
line-height: 1.3
|
||||
|
||||
& + li
|
||||
margin-top: 0.75rem
|
||||
margin-top: 0.75rem
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Guides
|
||||
description: Something
|
||||
description: Task-oriented walkthroughs of common use cases
|
||||
weight: 2
|
||||
---
|
||||
|
||||
|
|
@ -111,5 +111,4 @@ issues with proto2 clients talking to proto3 servers and vice versa.
|
|||
[proto3 language guide]: https://developers.google.com/protocol-buffers/docs/proto3
|
||||
[protocol buffers GitHub repo]: https://github.com/google/protobuf/releases
|
||||
[protocol buffers]: https://developers.google.com/protocol-buffers/docs/overview
|
||||
|
||||
[reference documentation]: https://developers.google.com/protocol-buffers/docs/reference/overview
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ The best way to start is the [gRPC ASP.NET Core Tutorial](https://docs.microsoft
|
|||
|
||||
### More Examples
|
||||
|
||||
More code examples for grpc-dotnet are at https://github.com/grpc/grpc-dotnet/tree/master/examples
|
||||
More code examples for grpc-dotnet are at [https://github.com/grpc/grpc-dotnet/tree/master/examples](https://github.com/grpc/grpc-dotnet/tree/master/examples).
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
{{ partial "content.html" (dict "content" .Content "constrained" false) }}
|
||||
{{ partial "content.html" (dict "content" .Content "constrained" true) }}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue