Skip to content

Commit

Permalink
fix(social): reduce icon sizes in the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
talha131 committed Aug 17, 2019
1 parent 7bbb0e7 commit c769ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/elegant.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ ul.articles-timeline .previous-article {
}
div#sidebar-social-link a svg {
filter: saturate(0%) brightness(0.7);
height: 35px;
width: 35px;
height: 30px;
width: 30px;
margin-right: 4px;
}
div#sidebar-social-link a {
Expand Down

0 comments on commit c769ba3

Please sign in to comment.