Skip to content

Commit

Permalink
fix(style): social link style error (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq authored Mar 15, 2020
1 parent b71f665 commit bf7c4b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions assets/css/_page/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@
}

.home-social-links {
padding-top: .6rem;
font-size: 1.5rem;
line-height: 1.5rem;
padding: .6rem 0;

a, i {
font-size: 1.6rem;
line-height: 2rem;
}

img {
max-height: 1.4rem;
height: 1.4rem;
padding: 0 .25rem;
}
}
}
Expand Down
Loading

0 comments on commit bf7c4b5

Please sign in to comment.