{% 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>