Skip to content

Commit 60228e5

Browse files
Gargronhiyuki2578
authored andcommitted
Fix style regressions on landing page (mastodon#10030)
1 parent 8a094bd commit 60228e5

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

app/javascript/styles/mastodon/about.scss

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,9 @@ $small-breakpoint: 960px;
4949
}
5050
}
5151

52+
strong,
5253
em {
53-
display: inline;
54-
margin: 0;
55-
padding: 0;
5654
font-weight: 700;
57-
background: transparent;
58-
font-family: inherit;
59-
font-size: inherit;
60-
line-height: inherit;
6155
color: lighten($darker-text-color, 10%);
6256
}
6357

@@ -796,7 +790,7 @@ $small-breakpoint: 960px;
796790
width: 100%;
797791
display: flex;
798792
flex-direction: row-reverse;
799-
flex-wrap: wrap;
793+
flex-wrap: nowrap;
800794
justify-content: space-between;
801795
align-items: center;
802796
}
@@ -846,14 +840,7 @@ $small-breakpoint: 960px;
846840
}
847841

848842
strong {
849-
display: inline;
850-
margin: 0;
851-
padding: 0;
852-
font-weight: 700;
853-
background: transparent;
854-
font-family: inherit;
855-
font-size: inherit;
856-
line-height: inherit;
843+
font-weight: 500;
857844
color: lighten($darker-text-color, 10%);
858845
}
859846

0 commit comments

Comments
 (0)