Skip to content

Commit

Permalink
fix md table scss
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Jun 29, 2021
1 parent 50f6b47 commit ce27c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@ Usage (In Ghost editor):
:not(.gist).post-full-content table {
display: block;
overflow-x: auto;
margin: 0.5em 0 2.5em;
width: 80vw;
margin: 0em auto 2em;
max-width: 80vw;
border-spacing: 0;
border-collapse: collapse;
font-family: var(--code-font-family);
Expand Down

0 comments on commit ce27c67

Please sign in to comment.