Github CI lint - eslint/stylelint

This commit is contained in:
github-actions 2020-05-18 17:45:07 +00:00
parent c3483d3fb6
commit e065d03b61

View file

@ -210,32 +210,32 @@
// Icon styles
.footer-icons {
a[href*='starcitizen.tools'] {
a[ href*='starcitizen.tools' ] {
width: 50px;
}
a[href*='robertsspaceindustries'] {
a[ href*='robertsspaceindustries' ] {
width: 50px;
}
a[href*='gdpr'] {
a[ href*='gdpr' ] {
width: 50px;
}
a[href*='wikiapiary'] {
a[ href*='wikiapiary' ] {
width: 95px;
margin-bottom: -3px; //dirty fix
}
a[href*='mediawiki'] {
a[ href*='mediawiki' ] {
width: 95px;
}
a[href*='miraheze'] {
a[ href*='miraheze' ] {
width: 95px;
}
a[href*='by-sa'] {
a[ href*='by-sa' ] {
width: 110px;
}
}