From 48fbb1076fa813a43a441672129de4a48dfdcca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 6 Oct 2020 08:30:48 +0200 Subject: [PATCH] Adjust design --- front/src/css/dashboard.css | 4 ++-- front/src/less/dashboard.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/css/dashboard.css b/front/src/css/dashboard.css index 78313eb..2808d86 100644 --- a/front/src/css/dashboard.css +++ b/front/src/css/dashboard.css @@ -82,11 +82,11 @@ } } .summary .notations .category { - font-weight: bold; + font-size: 1.2em; width: 50%; float: left; text-align: left; - margin: 1em 0.25em; + margin: 0.5em 0.25em; } @media (min-width: 820px) { .summary .notations .category { diff --git a/front/src/less/dashboard.less b/front/src/less/dashboard.less index 9f2ca51..6fd856f 100644 --- a/front/src/less/dashboard.less +++ b/front/src/less/dashboard.less @@ -88,11 +88,11 @@ } } .summary .notations .category { - font-weight: bold; + font-size: 1.2em; width: 50%; float: left; text-align: left; - margin: 1em 0.25em; + margin: 0.5em 0.25em; @media (min-width: 820px) { width: 20%;