From 12ca9624fab9376bf9a5ff60e3624dafc06cd7ac Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Tue, 23 Jun 2020 09:07:15 -0700
Subject: [PATCH] _sass: Remove all margins from dl.module-days

---
 _sass/custom/module.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sass/custom/module.scss b/_sass/custom/module.scss
index f659570..df68b22 100644
--- a/_sass/custom/module.scss
+++ b/_sass/custom/module.scss
@@ -45,8 +45,8 @@
   @extend .card-body;
 }
 
-.module-days {
-  margin-bottom: 0;
+dl.module-days {
+  margin: 0;
 
   .module-day,
   .module-event {
-- 
GitLab