mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Center html elements in login form (#2104)
This commit is contained in:
parent
ff79efda35
commit
cd897a240e
1 changed files with 3 additions and 1 deletions
|
|
@ -5,11 +5,13 @@
|
|||
<div class="div-center">
|
||||
<div class="content">
|
||||
|
||||
<div class="mx-auto p-3">
|
||||
<div class="d-flex justify-content-center mx-auto p-3">
|
||||
<img src="assets/images/icon.png" class="rounded-circle border" alt="Cinque Terre" width="200" height="200">
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-center">
|
||||
<h3>Squeaknode Login</h3>
|
||||
</div>
|
||||
<hr />
|
||||
<form action="" method="post" novalidate>
|
||||
{{ form.hidden_tag() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue