about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorClworld <clworld@ggtea.org>2017-07-25 23:20:26 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-25 16:20:26 +0200
commitedadc93757de8a0754315333d1fe8642604dd194 (patch)
treee9a5abceb36464713e24a5a75ebe669e19c2f916 /app
parenta6ea7e282fc0cbb837cb1c1e344c31264600114c (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/about.scss10
1 files changed, 10 insertions, 0 deletions
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;
       }