]> git.ipfire.org Git - ipfire.org.git/commitdiff
donate/thank-you: added a missing container
authorRico Hoppe <rico.hoppe@ipfire.org>
Sun, 15 Oct 2023 14:09:10 +0000 (14:09 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Sun, 15 Oct 2023 14:09:10 +0000 (14:09 +0000)
src/templates/downloads/thank-you.html

index 0354fd04c9b249db68b7d78ee5c0c20741ef6c6f..ff8dce87e6f2162c13d77c6486ec864e19b15892 100644 (file)
@@ -5,13 +5,15 @@
 {% block container %}
        <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 class="container">
+                               <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>
        </section>