]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/auth/activated.html
CSS: Replace btn-block with buttons wrapped in d-grid
[ipfire.org.git] / src / templates / auth / activated.html
index 70b8c926a929a201468405e122ec3439c4786eff..eff7ffdbfe98685f65408de5a4410d7ff2ad796c 100644 (file)
                                {{ _("To kick things off, would you like to setup a donation to the IPFire Project?") }}
                        </p>
 
-                       <a class="btn btn-lg btn-block btn-primary mb-1" href="https://www.ipfire.org/donate?first_name={{ url_escape(account.first_name) }}&last_name={{ url_escape(account.last_name) }}">
-                               {{ _("Donate Now") }}
-                       </a>
+                       <div class="d-grid">
+                               <a class="btn btn-lg btn-primary mb-1" href="https://www.ipfire.org/donate?first_name={{ url_escape(account.first_name) }}&last_name={{ url_escape(account.last_name) }}">
+                                       {{ _("Donate Now") }}
+                               </a>
+                       </div>
 
                        <a class="link-secondary small" href="/">
                                {{ _("No thanks, I have already donated") }}