Skip to content

Commit

Permalink
Fix sidebar link paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Apr 1, 2016
1 parent 372d86b commit eea51ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions static/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,13 @@
}
}

&.blogroll, &.social-links {
> * {
padding-left: 1em;
padding-right: 1em;
}
}

& .tag-0 {
font-size: 130%;
}
Expand Down

0 comments on commit eea51ef

Please sign in to comment.