diff options
Diffstat (limited to 'assets/css/style.css')
-rw-r--r-- | assets/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 74376c8..aaf060b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -100,7 +100,7 @@ ul { list-style: disc inside none; } -p, pre, ul, ol, blockquote { +p, main > pre, ul, ol, blockquote, .highlight { margin-bottom: 1.4em; } |