Browse Source

Centered the button

pull/1/head
Ravi Shah 5 years ago
parent
commit
316a2db92e
  1. 4
      templates/index.html

4
templates/index.html

@ -19,7 +19,9 @@
</div>
<div class="column" style="background-color:#ddd">
<p style="font-size:25px; text-align:center;">Trigger the garage door opener.</p>
<a class="active" href="/open-garage" style="margin:0 auto; display:block;">{{ OpenOrClose }}</a>
<div style="text-align: center;">
<a class="active" href="/open-garage">{{ OpenOrClose }}</a>
</div>
</div>
</div>
<div class="header">

Loading…
Cancel
Save