Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Remove text-decoration from social links.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 8, 2020
1 parent 650e53a commit 2b8d8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ footer ul {
margin-bottom: 8px;
}

.social-ul a{
text-decoration: none;
}

.social-ul li:not(:last-of-type) {
margin-right: 16px;
}
Expand Down

0 comments on commit 2b8d8a8

Please sign in to comment.