Merge branch 'bug/resize-social-links' of pmpc/website into master

lektura
Max Mehl 2017-05-22 11:43:56 +00:00 committed by Gogs
commit c1f3fa251b
1 changed files with 10 additions and 0 deletions

View File

@ -245,3 +245,13 @@ aside.sharecolumn a#gplus-left {
aside.sharecolumn a#facebook-left {
background-image: url("/img/share/facebook_white.png");
}
/* Media Query to resize social links for portrait tablet view */
@media screen and (max-height: 770px) {
aside.sharecolumn a {
background-size: 3.7vh auto;
height: 6vh;
width: 6vh;
}
}