From: Lynx Kotoura Date: Mon, 24 Jul 2017 14:52:47 +0000 (+0900) Subject: Perfectly center mastodon logo on mobile landing page (#4339) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b3e7beb7c561ca54e8eb43613535ff1350968a99;p=mastodon.git Perfectly center mastodon logo on mobile landing page (#4339) Setting only padding-left made the logo left-shifted on mobile page. Margin-right was old setting for adjusting clearance between old logo and letter "Mastodon". --- diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index 01a341538..daf0e4ac5 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -455,12 +455,12 @@ .brand { a { padding-left: 0; + padding-right: 0; color: $white; } img { height: 32px; - margin-right: 10px; position: relative; top: 4px; left: -10px; @@ -728,7 +728,6 @@ .links .brand img { left: 0; top: 0; - margin-right: 0; } .hero {