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
|
$link: $secondary-dark
|
||||||
$code: $primary
|
$code: $primary
|
||||||
$code-background: $white-bis
|
$code-background: $white-bis
|
||||||
$navbar-height: 5rem
|
|
||||||
$navbar-item-img-max-height: $navbar-height * 0.6
|
|
||||||
$section-padding: 3rem 1.5rem
|
$section-padding: 3rem 1.5rem
|
||||||
|
|
||||||
// Font overrides
|
// Font overrides
|
||||||
|
|
@ -173,6 +171,11 @@ $colors: mergeColorMaps(("secondary": ($secondary, $white), "twitter-blue": ($tw
|
||||||
max-height: 5rem
|
max-height: 5rem
|
||||||
|
|
||||||
.content
|
.content
|
||||||
|
@for $i from 1 through 6
|
||||||
|
h#{$i}
|
||||||
|
&::before
|
||||||
|
margin-top: 5rem
|
||||||
|
|
||||||
img
|
img
|
||||||
&:hover
|
&:hover
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Guides
|
title: Guides
|
||||||
description: Something
|
description: Task-oriented walkthroughs of common use cases
|
||||||
weight: 2
|
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
|
[proto3 language guide]: https://developers.google.com/protocol-buffers/docs/proto3
|
||||||
[protocol buffers GitHub repo]: https://github.com/google/protobuf/releases
|
[protocol buffers GitHub repo]: https://github.com/google/protobuf/releases
|
||||||
[protocol buffers]: https://developers.google.com/protocol-buffers/docs/overview
|
[protocol buffers]: https://developers.google.com/protocol-buffers/docs/overview
|
||||||
|
|
||||||
[reference documentation]: https://developers.google.com/protocol-buffers/docs/reference/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 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">
|
<section class="section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ partial "content.html" (dict "content" .Content "constrained" false) }}
|
{{ partial "content.html" (dict "content" .Content "constrained" true) }}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue