docs: reduce height of provider entries

This commit is contained in:
Nick Craig-Wood 2020-05-22 16:59:46 +01:00
parent 41e12114a8
commit 2a7f3eecf4
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ fetch_binaries:
rclone -P sync --exclude "/testbuilds/**" --delete-excluded $(BETA_UPLOAD) build/
serve: website
cd docs && hugo server -v -w
cd docs && hugo server -v -w --disableFastRender
tag: doc
@echo "Old tag is $(VERSION)"

View File

@ -1,4 +1,4 @@
<li class="list-group-item d-flex justify-content-between">
<li class="list-group-item d-flex justify-content-between py-1">
<span>
{{ .Get "name" }}{{ if .Get "note"}} (<a href="{{ .Get "config" }}{{ .Get "note" }}">See note</a>){{end}}
</span>