Browse Source

Changed the font size (again)

pull/1/head
Ravi Shah 5 years ago
parent
commit
10f87b2ff7
  1. 6
      templates/index.html

6
templates/index.html

@ -14,11 +14,11 @@
</div>
<div class="row">
<div class="column" style="background-color:#ccc">
<p style="font-size:20px;">{{ message }}</p>
<p style="font-size:20px;">The current sensor distance is {{ distance }} centimeters.</p>
<p style="font-size:25px;">{{ message }}</p>
<p style="font-size:25px;">The current sensor distance is {{ distance }} centimeters.</p>
</div>
<div class="column" style="background-color:#ddd">
<p style="font-size:20px;">Trigger the garage door opener.</p>
<p style="font-size:25px;">Trigger the garage door opener.</p>
<a class="active" href="/open-garage">{{ OpenOrClose }}</a>
</div>
</div>

Loading…
Cancel
Save