Skip to content

Commit

Permalink
shrink social buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
antiboredom committed Oct 23, 2017
1 parent fc1feb9 commit 5f334b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ header {
}

.social-area {
width:50%;
margin-left:25%;
width: 18%;
margin: auto;
display: flex;
justify-content: space-evenly;
}

.social-area img {
width:50px;
width: 40px;
}

.alt-link {
Expand Down Expand Up @@ -202,4 +202,4 @@ header {
#money-raised-holder::after {
content: " so far";
}
}
}

0 comments on commit 5f334b0

Please sign in to comment.