diff --git a/web/view/home.html.jinja2 b/web/view/home.html.jinja2
index 72f91fc..5051bc3 100755
--- a/web/view/home.html.jinja2
+++ b/web/view/home.html.jinja2
@@ -62,38 +62,50 @@
-
{{ icon('calendar') }} Time Interval
-
-
+
+
+ {{ icon('calendar') }} Time Interval
+
+
+
+
-
{{ icon('eercast') }} Planets
+
+
+ {{ icon('eercast') }} Planets
+
-
-{% for target in planets %}
- {{ target_button(target) }}
-{% endfor %}
-
+
+ {% for target in planets %}
+ {{ target_button(target) }}
+ {% endfor %}
+
+
-
{{ icon('rocket') }} Probes & Comets
-
-
-{% for target in probes %}
- {{ target_button(target) }}
-{% endfor %}
-{% for target in comets %}
- {{ target_button(target) }}
-{% endfor %}
-
+
+
+ {{ icon('rocket') }} Probes & Comets
+
+
+
+ {% for target in probes %}
+ {{ target_button(target) }}
+ {% endfor %}
+ {% for target in comets %}
+ {{ target_button(target) }}
+ {% endfor %}
+
+
@@ -113,27 +125,36 @@
{##}
{#
#}
-
{{ icon('flask') }} Parameters
+
+
+ {{ icon('flask') }} Parameters
+
-
+
+
-
-
{{ icon('area-chart') }} Layers
+
-
+
+
+ {{ icon('area-chart') }} Layers
+
+
+
+
@@ -166,12 +187,13 @@
@@ -192,11 +214,19 @@
{% block styles %}