Commit 822ab33b authored by Kristian Tan's avatar Kristian Tan

styling

parent b7f3427f
......@@ -25,6 +25,10 @@ body {
text-decoration: underline;
}
.add_device {
text-align: center;
}
.smart_meter {
width: 65%;
margin-right: 5%;
......
......@@ -28,7 +28,7 @@
{% endif %}
{% endif %}
{% endfor %}
<p><a href="/devices/add_device">Add device</a></p>
<p class="add_device"><a href="/devices/add_device">Add device</a></p>
{% if display_change_kWh == True %}
<form action="{{ url_for('handle_change_kWh') }}" method="post">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment