Skip to content

Commit b449c39

Browse files
committed
CSS fixes
1 parent 7548a1f commit b449c39

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ description: > # this means to ignore newlines until "show_exerpts:"
77
Google search results) and in your feed.xml site description.
88
show_excerpts: false # set to true to show excerpts on the homepage
99

10-
tag_permalink_style: pretty
11-
12-
paginate: 2
10+
paginate: 5
1311
paginate_path: "/blog/page:num/"
1412

13+
tag_permalink_style: pretty
1514
tag_page_layout: tag_page
1615
tag_page_dir: tag
1716

_layouts/post.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ <h3>
3939
{% endfor %}
4040
</ul>
4141
</div>
42+
{% include tagcloud.html %}

_sass/dash/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ li {
8282
*/
8383
h1, h2, h3, h4, h5, h6 {
8484
font-weight: $base-font-weight;
85-
margin-top: 1em;
85+
margin-top: 0.5em;
8686
margin-bottom: 0.5em;
8787
}
8888

_sass/dash/_layout.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090

9191
.post-link-wrapper {
92-
margin-bottom: 1.5em;
92+
margin-bottom: 1.1em;
9393
& > .post-link {
9494
font-size: $base-font-size;
9595
font-size: $post-link-font-size;
@@ -103,6 +103,10 @@
103103

104104
.tag-cloud {
105105
margin-bottom: 2em;
106+
& > a {
107+
display: inline-block;
108+
margin-bottom: 1em;
109+
}
106110
}
107111

108112
.tag, .tag-cloud > a {

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.2"
5+
spec.version = "1.0.6"
66
spec.authors = ["Miguel Gonzalez Sanchez"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)