Sharing button style changes for localization

change css for sharing buttons from min-height which only looks good when the text is one line, to padding-bottom to support localizations that are more than one line (e.g. Spanish)

FIxes #42
This commit is contained in:
chrisgarrity 2016-03-24 16:20:41 -04:00
parent da2ecbd3f8
commit 528e768453

View file

@ -606,8 +606,8 @@ div.infoboxShareButton {
font-size: 15pt;
letter-spacing: .5px;
width: ${css_vw(23.41)};
min-height: ${css_vh(5.21)};
padding-top: ${css_vh(1.56)};
padding-bottom: ${css_vh(1.56)};
padding-left: ${css_vw(.5)};
padding-right: ${css_vw(.5)};
border-radius: 15px;