Add margin to pre blocks

This commit is contained in:
Yannik Rödel 2022-06-12 19:47:18 +02:00
parent 88e2bb9122
commit 6eba9d3c37

View file

@ -57,7 +57,8 @@ h3 {
@extend %subheading;
}
p {
p,
pre {
@extend %content-gutter;
}