]> cat aescling's git repositories - mastodon.git/commitdiff
Fix style regressions on landing page (#10030)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 13 Feb 2019 17:36:40 +0000 (18:36 +0100)
committerThibaut Girka <thib@sitedethib.com>
Fri, 15 Feb 2019 17:22:06 +0000 (18:22 +0100)
app/javascript/flavours/glitch/styles/about.scss

index 302de020bde3af5f1fbc828ac0afd20a489b9f16..329482458c0e665374aba5be5c422fc43d7496b8 100644 (file)
@@ -49,15 +49,9 @@ $small-breakpoint: 960px;
     }
   }
 
+  strong,
   em {
-    display: inline;
-    margin: 0;
-    padding: 0;
     font-weight: 700;
-    background: transparent;
-    font-family: inherit;
-    font-size: inherit;
-    line-height: inherit;
     color: lighten($darker-text-color, 10%);
   }
 
@@ -798,7 +792,7 @@ $small-breakpoint: 960px;
       width: 100%;
       display: flex;
       flex-direction: row-reverse;
-      flex-wrap: wrap;
+      flex-wrap: nowrap;
       justify-content: space-between;
       align-items: center;
     }
@@ -848,14 +842,7 @@ $small-breakpoint: 960px;
     }
 
     strong {
-      display: inline;
-      margin: 0;
-      padding: 0;
-      font-weight: 700;
-      background: transparent;
-      font-family: inherit;
-      font-size: inherit;
-      line-height: inherit;
+      font-weight: 500;
       color: lighten($darker-text-color, 10%);
     }