Skip to content

Commit

Permalink
Add margin to paragraph following code-block on phones (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter authored Jan 31, 2023
1 parent bc3f155 commit 2f73193
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,10 @@ html, body {
%right-col + %left-col {
margin-top: $main-padding;
}

.highlight + p {
margin-top: 20px;
}
}

.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
Expand Down

0 comments on commit 2f73193

Please # to comment.