Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolodya committed May 4, 2020
1 parent 5041096 commit 5500c6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Page/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ body.user-is-tabbing .link-with-focus {
-webkit-text-size-adjust: none;
text-size-adjust: none;
}

.mjx-chtml {
margin: 2em 0 !important;

This comment has been minimized.

Copy link
@shcheklein

shcheklein May 4, 2020

Member

!important looks like a hack to me ... do we need this? any other way around this?

font-size: 1.2em !important;
}

0 comments on commit 5500c6b

Please sign in to comment.