소스 검색

Adjust design

Gaël Métais 4 년 전
부모
커밋
48fbb1076f
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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%;