Skip to content

Commit

Permalink
Hide social media icons on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
abkruse committed Dec 26, 2016
1 parent 2e2de55 commit 640f101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions members/static/css/members.css
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,10 @@ footer.sticky-footer {
.org-photo #star-img {
margin-left: 10%;
}

#fb, #tw, #ye, #inst {
display: none;
}
}

@media only screen and (max-width: 700px) {
Expand Down Expand Up @@ -2073,10 +2077,6 @@ footer.sticky-footer {
font-size: .8em;
}

#fb, #tw, #ye, #inst {
display: none;
}

.prof-img, .edit-img, .locked-img {
min-width: 250px;
min-height: 250px;
Expand Down

0 comments on commit 640f101

Please sign in to comment.