From: Lynx Kotoura Date: Wed, 26 Jul 2017 11:45:49 +0000 (+0900) Subject: Fix padding in hero container of landing page (#4373) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=aa8fa71df6c57297ea859d3deca5794612d4d281;p=mastodon.git Fix padding in hero container of landing page (#4373) * Fix padding in hero container, landing page Erase hero container padding to fit registration form to full width. By this setting, heading padding disappears, so I adjust heading padding. * Specify attribute strictly for heading padding To overwrite padding-bottom in superior settings. * Make padding shorthand more concise --- diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index 5a4bcef61..9be95c028 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -708,6 +708,11 @@ .hero { margin-top: 30px; + padding: 0; + + .heading { + padding: 0 20px 20px; + } } .floats {