Skip to content

Commit ca11c0e

Browse files
author
tildehacker
authored
Fix margins between tags in 'all tags' (#38)
1 parent 8989f9b commit ca11c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/dash/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
text-align: left;
216216
& > a {
217217
display: inline-block;
218-
margin-bottom: 1em;
218+
margin: 0.3em 0.3em 0.3em 0;
219219
}
220220
}
221221

0 commit comments

Comments
 (0)