Skip to content

Commit

Permalink
Fix style regressions on landing page (mastodon#10030)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored and hiyuki2578 committed Oct 2, 2019
1 parent 8a094bd commit 60228e5
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions app/javascript/styles/mastodon/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
}

Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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%);
}

Expand Down

0 comments on commit 60228e5

Please sign in to comment.