diff options
Diffstat (limited to 'templates')
-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> |