Skip to content

Commit 4eb7250

Browse files
committed
Fix tag cloud spacing issues
1 parent 7502bc4 commit 4eb7250

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_sass/dash/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103

104104
.tag-cloud {
105105
margin-bottom: 2em;
106+
text-align: left;
106107
& > a {
107108
display: inline-block;
108109
margin-bottom: 1em;

jekyll-dash.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-dash"
5-
spec.version = "1.0.9"
5+
spec.version = "1.0.10"
66
spec.authors = ["Miguel Gonzalez Sanchez"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)