Skip to content

Commit

Permalink
Decrease font size of secondary features
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <lucperkins@gmail.com>
  • Loading branch information
lucperkins committed Jan 7, 2019
1 parent ccd827d commit ec44ee3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
4 changes: 2 additions & 2 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ $dashboard-panel-footer-top-margin: 3rem

.is-adopter-block
& + &
margin-top: 2rem
margin-top: 4rem

.is-project-logo
margin-bottom: 1rem
+logo(50%, 70%)
+logo(60%, 70%)

// Ensure sticky footer
.page
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/home/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<br /><br />

<p class="is-size-4 is-size-5-mobile">
<p class="is-size-5 is-size-6-mobile">
{{ .text }}
</p>
</div>
Expand Down
12 changes: 4 additions & 8 deletions layouts/partials/home/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,10 @@
</div>
{{ end }}

<br />

<p class="title has-text-weight-light">
Other projects
</p>

<div class="content is-medium">
In addition, <a href="https://github.com/search?utf8=%E2%9C%93&q=etcd/">500+ projects on GitHub</a> are affiliated with etcd, including projects built on etcd, client bindings, and more.
<div class="is-adopter-block">
<div class="content is-medium">
In addition, <a href="https://github.com/search?utf8=%E2%9C%93&q=etcd/">500+ projects on GitHub</a> are affiliated with etcd, including projects built on etcd, client bindings, and more.
</div>
</div>
</div>
</div>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"css/style.fbc68993d1f90625fc64d83bec64dc28c6bc151dd8ab67784d8a1f4b0631a0bf.css","MediaType":"text/css","Data":{"Integrity":"sha256-+8aJk9H5BiX8ZNg77GTcKMa8FR3Yq2d4TYofSwYxoL8="}}
{"Target":"css/style.9385ab875dca868050050866c32fd531fd56788146891982c41510e42ff3eac6.css","MediaType":"text/css","Data":{"Integrity":"sha256-k4Wrh13KhoBQBQhmwy/VMf1WeIFGiRmCxBUQ5C/z6sY="}}

0 comments on commit ec44ee3

Please sign in to comment.