diff --git a/static/styles.css b/static/styles.css index 2539a3c..d714c3c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -32,6 +32,17 @@ a.none { border-radius: 0px; } +a.overridefloat { + float: none; + color: black; + text-align: center; + padding: 12px; + text-decoration: none; + font-size: 18px; + line-height: 25px; + border-radius: 4px; +} + a.text { font-size: 25px; font-weight: bold; diff --git a/templates/index.html b/templates/index.html index 8b2124c..7d79cd4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,8 +19,8 @@

Trigger the garage door opener.

-
- {{ OpenOrClose }} +
+ {{ OpenOrClose }}