]> cat aescling's git repositories - mastodon.git/commitdiff
Allow longer link text on landing page (reduce padding for Mobile) (#4363)
authorClworld <clworld@ggtea.org>
Tue, 25 Jul 2017 14:20:26 +0000 (23:20 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 25 Jul 2017 14:20:26 +0000 (16:20 +0200)
* Allow longer link text on landing page (reduce padding for Mobile)

* remove empty line

app/javascript/styles/about.scss

index daf0e4ac53842794278d0fa7c3fbf2a6fa3f5f4d..8aa5d8eb497b0b552f81a90ddfdc45c7bc8a72ed 100644 (file)
         text-align: center;
       }
 
+      .nav {
+        display: flex;
+        flex-flow: row wrap;
+        justify-content: space-around;
+      }
+
+      .links a {
+        padding: 12px 8px;
+      }
+
       .heading h1 {
         padding: 30px 0;
       }