merge with master

lektura
mxmehl 2017-05-22 14:05:34 +02:00
commit 2c7604c06d
1 changed files with 10 additions and 0 deletions

View File

@ -248,3 +248,13 @@ aside.sharecolumn a#facebook-left {
aside.sharecolumn a#support-left {
background-image: url("/img/share/support_red.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;
}
}