Skip to content

Commit

Permalink
Make pre element responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
eshlox committed Dec 11, 2018
1 parent c482be4 commit 7734dfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/src/styles/_components/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@ body {

pre {
border-left: 0.3rem solid $links-color;
display: grid;
// overflow: auto;

code {
background-color: transparent;
min-width: 0;
}
}
}
}

Expand Down

0 comments on commit 7734dfe

Please sign in to comment.