From c91a0f987220fbbd601eeb63e598dc177648cca2 Mon Sep 17 00:00:00 2001 From: tim-herbst Date: Sat, 2 Jan 2021 23:24:33 +0100 Subject: [PATCH] fix display misconsumption in map-legend from cube to line --- projects/project-3/frontend/src/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project-3/frontend/src/styles.scss b/projects/project-3/frontend/src/styles.scss index 7356be0..b43caff 100644 --- a/projects/project-3/frontend/src/styles.scss +++ b/projects/project-3/frontend/src/styles.scss @@ -34,9 +34,9 @@ body { .legend i { width: 18px; - height: 18px; + height: 3px; float: left; - margin: 0 8px 0 0; + margin: 7px 8px 0 0; opacity: 0.7; }