From 6eba9d3c377c72e0ee586c84203d1e21ff721e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Sun, 12 Jun 2022 19:47:18 +0200 Subject: [PATCH] Add margin to pre blocks --- styles/components/_markup.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/components/_markup.scss b/styles/components/_markup.scss index 0dfc997..f691f48 100644 --- a/styles/components/_markup.scss +++ b/styles/components/_markup.scss @@ -57,7 +57,8 @@ h3 { @extend %subheading; } -p { +p, +pre { @extend %content-gutter; }