Add margin to paragraph following code-block on phones (#1637)

This commit is contained in:
Thomas Hunter II
2023-01-31 08:12:53 -08:00
committed by GitHub
parent bc3f1557eb
commit 2f731939be

View File

@@ -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 {