ddcat1115 8 лет назад
Родитель
Сommit
0a62cb828c
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/components/Result/index.less

+ 4 - 4
src/components/Result/index.less

@@ -24,19 +24,19 @@
     color: @heading-color;
     font-weight: 500;
     line-height: 32px;
-    margin-bottom: 16px;
+    margin-bottom: 8px;
   }
 
   .description {
     font-size: 14px;
     color: @text-color-secondary;
-    margin-bottom: 24px;
+    margin-bottom: 16px;
   }
 
   .extra {
     background: rgba(245, 245, 245, 0.5);
-    padding: 24px 40px;
-    margin-bottom: 32px;
+    padding: 16px 40px;
+    margin-bottom: 24px;
     border-radius: @border-radius-sm;
     text-align: left;
   }