Skip to content

Commit

Permalink
Fix line-height and padding of blog page header tags list
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkpr committed Sep 24, 2014
1 parent 9234080 commit a09d190
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,10 @@ nav a, .menu a, .header a, .edy-cbtn, .edy-btn-cm-round, .edys-gallery-item,
margin: auto;
max-width: 960px;
font-size: 0.9em;
line-height: 50px;
line-height: 1.2;
}
.blog-page .tagged-list-header .menu {
padding: 10px 0;
}
.blog-page .tagged-list-header .menu-item {
margin-right: 10px;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/main.min.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion stylesheets/scss/_blog-and-article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
margin: auto;
max-width: 960px;
font-size: 0.9em;
line-height: 50px;
line-height: 1.2;
.menu {
padding: 10px 0;
}
.menu-item {
margin-right: 10px;
}
Expand Down

0 comments on commit a09d190

Please sign in to comment.