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%;