aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-03-02 12:12:02 +0100
committerAlex Auvolat <alex@adnab.me>2022-03-02 12:12:02 +0100
commit66c82a21069122d4feeeb4da3413f4066842f5fe (patch)
tree128aaaa8c8d0bf49725607eb4f2ba3373a5516fe /templates
parentdb1d6734267b2396e05943d8848cfa3e05fdfcfa (diff)
downloadgaragehq.deuxfleurs.fr-66c82a21069122d4feeeb4da3413f4066842f5fe.tar.gz
garagehq.deuxfleurs.fr-66c82a21069122d4feeeb4da3413f4066842f5fe.zip
Correct colors and spacing
Diffstat (limited to 'templates')
-rw-r--r--templates/download.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/download.html b/templates/download.html
index 75a7d3e..2db2767 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -14,10 +14,12 @@
</div>
<div class="mx-auto max-w-7xl px-4">
<div id="releases-container" class="py-24 space-y-20">
- <div id="docker-images">
+ <div id="docker-images" class="space-y-4">
<h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2>
<p>All of the builds listed in the sections below can be downloaded as Docker images
- available <a href="https://hub.docker.com/u/dxflrs">on the Docker hub</a>.</p>
+ available
+ <a href="https://hub.docker.com/u/dxflrs" class="text-garage-orange font-bold hover:underline">on the Docker hub</a>.
+ </p>
</div>
<div id="release-builds" class="space-y-4">
<h2 class="text-garage-gray text-xl font-semibold">Release Builds</h2>