From: Clworld Date: Tue, 25 Jul 2017 14:20:26 +0000 (+0900) Subject: Allow longer link text on landing page (reduce padding for Mobile) (#4363) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=edadc93757de8a0754315333d1fe8642604dd194;p=mastodon.git Allow longer link text on landing page (reduce padding for Mobile) (#4363) * Allow longer link text on landing page (reduce padding for Mobile) * remove empty line --- diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss index daf0e4ac5..8aa5d8eb4 100644 --- a/app/javascript/styles/about.scss +++ b/app/javascript/styles/about.scss @@ -721,6 +721,16 @@ text-align: center; } + .nav { + display: flex; + flex-flow: row wrap; + justify-content: space-around; + } + + .links a { + padding: 12px 8px; + } + .heading h1 { padding: 30px 0; }