summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-02-13 18:36:40 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-02-17 19:39:35 +0100
commit2a1adab7d7824df9fa148a9431e942d6677c1d71 (patch)
tree6c55b12208146c6e5ef41ffe481eba25ece6db48 /app
parenta46487e895fbba23922888820c6b88ad07ebe56b (diff)
Fix style regressions on landing page (#10030)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/about.scss19
1 files changed, 3 insertions, 16 deletions
diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss
index b6c92a09e7d..b078d4d24d5 100644
--- a/app/javascript/styles/mastodon/about.scss
+++ b/app/javascript/styles/mastodon/about.scss
@@ -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%);
}
@@ -796,7 +790,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;
}
@@ -846,14 +840,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%);
}