mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Decrease margin for the new logo to fit in social pages
This commit is contained in:
parent
ffe1dd6c6a
commit
5931ddf2ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue