Browse Source

Adjust design

Gaël Métais 4 years ago
parent
commit
48fbb1076f
2 changed files with 4 additions and 4 deletions
  1. 2 2
      front/src/css/dashboard.css
  2. 2 2
      front/src/less/dashboard.less

+ 2 - 2
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 {

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