Skip to content

Commit

Permalink
fix: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 18, 2020
1 parent 770d2af commit deda080
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/styles/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -583,12 +583,19 @@
table {
margin-top: 1em;
}

td {
padding: 1rem 1rem;
}
}

.markdown-toc {
font-size: 1.4em;
padding-top: 1em;

.left-drawer {
font-size: 1.2em;
}

ul {
margin-left: 8px;
padding: 4px;
Expand Down

0 comments on commit deda080

Please sign in to comment.