From 044281db383b635ee4a692da5ddecc3b4c8aaf86 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <patrick.marsceill@gmail.com>
Date: Tue, 28 May 2019 23:06:14 -0400
Subject: [PATCH] fix jekyll highlight tag styles

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

diff --git a/_sass/code.scss b/_sass/code.scss
index e8989f31..5f88bdb6 100644
--- a/_sass/code.scss
+++ b/_sass/code.scss
@@ -11,7 +11,8 @@ code {
   border-radius: $border-radius;
 }
 
-pre.highlight {
+pre.highlight,
+figure.highlight {
   padding: $sp-3;
   margin-bottom: 0;
   -webkit-overflow-scrolling: touch;
-- 
GitLab