Skip to content

Commit 59fa38a

Browse files
GargronClearlyClaire
authored andcommitted
Fix style regressions on landing page (mastodon#10030)
1 parent a151c55 commit 59fa38a

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

app/javascript/flavours/glitch/styles/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

@@ -798,7 +792,7 @@ $small-breakpoint: 960px;
798792
width: 100%;
799793
display: flex;
800794
flex-direction: row-reverse;
801-
flex-wrap: wrap;
795+
flex-wrap: nowrap;
802796
justify-content: space-between;
803797
align-items: center;
804798
}
@@ -848,14 +842,7 @@ $small-breakpoint: 960px;
848842
}
849843

850844
strong {
851-
display: inline;
852-
margin: 0;
853-
padding: 0;
854-
font-weight: 700;
855-
background: transparent;
856-
font-family: inherit;
857-
font-size: inherit;
858-
line-height: inherit;
845+
font-weight: 500;
859846
color: lighten($darker-text-color, 10%);
860847
}
861848

0 commit comments

Comments
 (0)