Browse Source

Centered the button

pull/1/head
Ravi Shah 5 years ago
parent
commit
c9d1365612
  1. 2
      templates/index.html

2
templates/index.html

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

Loading…
Cancel
Save