Decrease margin for the new logo to fit in social pages

This commit is contained in:
Sighne 2016-01-11 21:13:40 +01:00 committed by Sighne
parent ffe1dd6c6a
commit 5931ddf2ba

View file

@ -96,7 +96,7 @@ p.sectioninfo {
max-height:30px;
max-width:120px;
vertical-align: middle;
margin:20px 30px;
margin:20px 20px;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: grayscale(100%);
-moz-filter: grayscale(100%);