From a9ba323b13c406cf140a44006c3ffccfd811d815 Mon Sep 17 00:00:00 2001 From: Agate Date: Fri, 15 May 2020 15:16:57 +0200 Subject: [PATCH] Fixed missing colored header on home --- front/src/style/pages/_home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/style/pages/_home.scss b/front/src/style/pages/_home.scss index 9bbe15a12..818eec303 100644 --- a/front/src/style/pages/_home.scss +++ b/front/src/style/pages/_home.scss @@ -1,5 +1,5 @@ -.page_home { +.page-home { .ui.list .list.icon { padding: 0; }