Skip to content

Commit a9c1ba5

Browse files
author
James Kolce
committed
[fix: #231] Exclude span from the automargin
1 parent 62d8f40 commit a9c1ba5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/concise.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ video {
181181
* + * {
182182
margin-top: 1.5rem; }
183183

184-
li, kbd, div, input, option, select, a, textarea, body {
184+
li, kbd, div, input, option, select, a, textarea, body, span {
185185
margin-top: 0; }
186186

187187
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {

0 commit comments

Comments
 (0)