Commit a87d00d2 authored by Kristian Tan's avatar Kristian Tan

styling

parent e01cd0ba
...@@ -10,9 +10,6 @@ body { ...@@ -10,9 +10,6 @@ body {
} }
.inputs { .inputs {
display: flex;
width: 10%;
border-left: 1px solid black;
margin-top: 10%; margin-top: 10%;
} }
...@@ -22,20 +19,14 @@ body { ...@@ -22,20 +19,14 @@ body {
/*height: 90%;*/ /*height: 90%;*/
} }
.device_list_title {
text-decoration: underline;
}
.device_list { .device_list {
display: flex; width: 25%;
height: 50%;
width: 15%;
margin-left: 5%; margin-left: 5%;
text-align: left; text-align: left;
} }
.add_device { .device_list_title {
margin-left: 15%; text-decoration: underline;
} }
.smart_meter { .smart_meter {
......
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