]> git.ipfire.org Git - ipfire.org.git/commitdiff
downloads: Use hero unit on thank you page
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Oct 2023 15:36:01 +0000 (15:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Oct 2023 15:36:01 +0000 (15:36 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/downloads/thank-you.html

index e971235f25ea268cd3718228e3c5c0b846c994a5..4217f645d0b7e8ae0cd034e1b8a018d061f491b4 100644 (file)
@@ -3,19 +3,15 @@
 {% block title %}{{ _("Thank You For Downloading IPFire") }}{% end block %}
 
 {% block container %}
-       <section class="section">
-               <div class="container">
-                       <div class="columns is-centered">
-                               <div class="column is-8 has-text-centered">
-                                       <h1 class="title is-1">
-                                               Thank You For Downloading IPFire<span class="has-text-primary">_</span>
-                                       </h1>
-                                       <h4 class="subtitle is-4">{{ _("Your download will begin in a few seconds. If not, click the link below.") }}</h4>
+       <section class="hero is-medium">
+               <div class="hero-body">
+                       <h1 class="title is-1">
+                               Thank You For Downloading IPFire<span class="has-text-primary">_</span>
+                       </h1>
+                       <h4 class="subtitle is-4">{{ _("Your download will begin in a few seconds. If not, click the link below.") }}</h4>
 
-                                       <div class="block">
-                                               <p class="download-path"></p>
-                                       </div>
-                               </div>
+                       <div class="block">
+                               <p class="download-path"></p>
                        </div>
                </div>
        </section>