소스 검색

Margin below section

crobi 10 년 전
부모
커밋
968b8fe35c
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      generator/css/cards.css

+ 4
- 1
generator/css/cards.css 파일 보기

@@ -158,10 +158,13 @@
158 158
     font-weight: normal;
159 159
     letter-spacing: 1px;
160 160
     margin: 0;
161
-    margin-bottom: -0.2em;
162 161
     border-color: inherit;
163 162
 }
164 163
 
164
+.card-section + .card-element {
165
+    margin-top: 0.3em;
166
+}
167
+
165 168
 .card-p {
166 169
 
167 170
 }

Loading…
취소
저장