logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: aa8fa71df6c57297ea859d3deca5794612d4d281
parent: 7874c6d630ddd54b08e96b67831a5eb2352bd7b1
Author: Lynx Kotoura <lynx@lv9.org>
Date:   Wed, 26 Jul 2017 20:45:49 +0900

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

Diffstat:

Mapp/javascript/styles/about.scss5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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 {