From fedd348c92c767e534a2f89c90d2939c2ace30e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Mon, 3 Jun 2019 22:24:14 +0200 Subject: [PATCH] Use responsive margins --- .../shared/comment-list/comment-list.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/shared/comment-list/comment-list.component.scss b/src/app/components/shared/comment-list/comment-list.component.scss index e57356072..665944a41 100644 --- a/src/app/components/shared/comment-list/comment-list.component.scss +++ b/src/app/components/shared/comment-list/comment-list.component.scss @@ -1,5 +1,5 @@ .outer-card { - margin-bottom: 10px; + margin-bottom: 3%; background-color: var(--primary); } @@ -29,7 +29,7 @@ input { #search-container { border-radius: 5px; background-color: var(--primary-variant); - margin-bottom: 10px; + margin-bottom: 2%; } .search-icon { -- GitLab