From 5fd9fb01a3adcfc40c7a27728e6cc9f2f368d474 Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Mon, 13 Apr 2020 09:43:04 -0700
Subject: [PATCH] _sass: Only add margin-bottom to summary, not iframe

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

diff --git a/_sass/overrides.scss b/_sass/overrides.scss
index 067ef47..2263f4b 100644
--- a/_sass/overrides.scss
+++ b/_sass/overrides.scss
@@ -19,12 +19,12 @@ details {
 
 iframe,
 summary {
-  margin-bottom: 1em;
   max-width: 100%;
 }
 
 summary {
   @extend .btn, .btn-outline;
+  margin-bottom: 1em;
 }
 
 .page {
-- 
GitLab