Jonathan Starck 3 лет назад
Родитель
Сommit
d51d4738c3
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      css/custom.css
  2. 2 2
      css/custom.less

+ 2 - 2
css/custom.css

@@ -57,6 +57,6 @@ div.nktw-overview header.module-header,
 div.ktw-overview header.module-header {
   color: #fff;
   font-size: 2.5em !important;
-  padding: 0.2em;
-  border-bottom: 5px solid #999 !important;
+  border-bottom: none;
+  margin-bottom: 1em;
 }

+ 2 - 2
css/custom.less

@@ -74,8 +74,8 @@ div {
             &.module-header {
                 color: #fff;
                 font-size: 2.5em !important;
-                padding: 0.2em;
-                border-bottom: 5px solid #999 !important;
+                border-bottom: none;
+                margin-bottom: 1em;
             }
         }
     }