diff options
author | Alex Auvolat <alex@adnab.me> | 2022-03-02 12:12:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-03-02 12:12:02 +0100 |
commit | 66c82a21069122d4feeeb4da3413f4066842f5fe (patch) | |
tree | 128aaaa8c8d0bf49725607eb4f2ba3373a5516fe | |
parent | db1d6734267b2396e05943d8848cfa3e05fdfcfa (diff) | |
download | garagehq.deuxfleurs.fr-66c82a21069122d4feeeb4da3413f4066842f5fe.tar.gz garagehq.deuxfleurs.fr-66c82a21069122d4feeeb4da3413f4066842f5fe.zip |
Correct colors and spacing
-rw-r--r-- | templates/download.html | 6 |
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> |