diff --git a/static/juice.css b/static/juice.css index f04a67f..3063a4c 100644 --- a/static/juice.css +++ b/static/juice.css @@ -6,8 +6,8 @@ body { .device { border: 1px solid #ccc; - padding: 5%; - margin: 5%; + padding: 3%; + margin: 3%; display: flex; flex-direction: column; align-items: center; @@ -15,11 +15,18 @@ body { .sub_devices { display: flex; - border: 1px solid #ccc; } .sub_device { border: 1px solid #ccc; padding: 1em; margin: 1em; + display: flex; + flex-direction: column; + align-items: center; +} + +.outlet_image { + width: 5em; + height: 5em; } diff --git a/static/outlet.svg b/static/outlet.svg new file mode 100644 index 0000000..6c5dd7c --- /dev/null +++ b/static/outlet.svg @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/templates/index.html b/templates/index.html index d483b05..40debdb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@ {% for sub_dev in sub_devs %}
{{ sub_dev.id }}
-
OUTLET_IMAGE
+
{{ sub_dev.description }}
{% endfor %}