From bfce0f57d3eaa6481ae3626c43b02ea2ed8302f8 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Fri, 16 Nov 2018 14:36:26 -0500
Subject: [PATCH] Fix bug on code snippets causing double padding.

---
 _sass/code.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_sass/code.scss b/_sass/code.scss
index 0f08daa0..3e740ed8 100644
--- a/_sass/code.scss
+++ b/_sass/code.scss
@@ -11,7 +11,7 @@ code {
   border-radius: $border-radius;
 }
 
-.highlight {
+pre.highlight {
   padding: $sp-3;
   margin-bottom: 0;
   background-color: $grey-lt-000;
-- 
GitLab