mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 08:44:19 +08:00
Add margin to paragraph following code-block on phones (#1637)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user