From e1b013be8e19330ac25c40a57cc6818fc6299a06 Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Sat, 4 Jul 2020 17:19:37 -0700
Subject: [PATCH] _sass: Remove margin-bottom from module-days:last-child

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

diff --git a/_sass/custom/module.scss b/_sass/custom/module.scss
index cf7413d..4561a38 100644
--- a/_sass/custom/module.scss
+++ b/_sass/custom/module.scss
@@ -8,6 +8,10 @@
     grid-template-columns: max-content 1fr;
     margin: $sp-2 (-$sp-4);
 
+    &:last-child {
+      margin-bottom: 0;
+    }
+
     @include mq(lg) {
       grid-template-columns: 1fr 7fr;
     }
-- 
GitLab