Browse Source

Margin below section

crobi 10 years ago
parent
commit
968b8fe35c
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      generator/css/cards.css

+ 4
- 1
generator/css/cards.css View File

@@ -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…
Cancel
Save