Skip to content

Commit

Permalink
edit typo in max height for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdzli committed Oct 24, 2020
1 parent 372005e commit a78bd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_sass/simorq/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pre.highlight, pre {
> code {
width: 100%;
max-width: 50rem;
height: 25rem;
max-height: 25rem;
margin-left: auto;
margin-right: auto;
line-height: 1.5;
Expand Down

0 comments on commit a78bd1c

Please sign in to comment.