Skip to content

Commit 2f73193

Browse files
authored
Add margin to paragraph following code-block on phones (#1637)
1 parent bc3f155 commit 2f73193

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/stylesheets/screen.css.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,10 @@ html, body {
609609
%right-col + %left-col {
610610
margin-top: $main-padding;
611611
}
612+
613+
.highlight + p {
614+
margin-top: 20px;
615+
}
612616
}
613617

614618
.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {

0 commit comments

Comments
 (0)