Commit d47db056 authored by Kristian Tan's avatar Kristian Tan

Removed spacer and use margins instead

parent a1dddff4
...@@ -22,13 +22,10 @@ body{ ...@@ -22,13 +22,10 @@ body{
border-color: black; border-color: black;
} }
.spacer{
width: 5%;
/*background-color: green;*/
}
.smart_meter{ .smart_meter{
width: 70%; width: 65%;
margin-right: 5%;
margin-left: 5%;
/*background-color: coral;*/ /*background-color: coral;*/
border-style: solid; border-style: solid;
border-color: black; border-color: black;
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
{% endif %} {% endif %}
</div> </div>
<div class="spacer"></div>
<div class="smart_meter"> <div class="smart_meter">
</div> </div>
......
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