Skip to content

Commit

Permalink
More CSS tweaks
Browse files Browse the repository at this point in the history
Correct padding of code
  • Loading branch information
facelessuser committed Feb 19, 2020
1 parent 69ab909 commit 96e0f59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/src/scss/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $tab-current-label: #FF5252;
display: inline-block;
position: sticky;
left: -0.6rem;
margin-right: 0.5rem;
margin-right: 0.6rem;
margin-left: -0.6rem;
padding-left: 0.6rem;
border-right: 0.0625rem solid $md-linenos-border;
Expand All @@ -75,8 +75,8 @@ $tab-current-label: #FF5252;
}

+ .hll {
margin: 0 -0.5rem;
padding: 0 0.5rem;
margin: 0 -0.6rem;
padding: 0 0.6rem;
}
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ extra:
- icon: brands/github
link: https://github.com/facelessuser
extra_css:
- extra-02524671b8.css
- extra-3e0384323a.css
extra_javascript:
- extra-0d9305e748.js

Expand Down

0 comments on commit 96e0f59

Please sign in to comment.