From 045d7e2c4745daeb9fe282ea464d55c6f0e2c375 Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Wed, 5 Feb 2020 18:56:44 -0800
Subject: [PATCH] _sass: Also set nav-width-md to 216px

---
 _sass/custom/variables.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_sass/custom/variables.scss b/_sass/custom/variables.scss
index 2751943..4c7a3f1 100644
--- a/_sass/custom/variables.scss
+++ b/_sass/custom/variables.scss
@@ -5,6 +5,7 @@ $body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helve
 $gutter-spacing: $sp-6;
 $gutter-spacing-sm: $sp-4;
 $nav-width: 216px;
+$nav-width-md: 216px;
 $content-width: 784px;
 
 // Components
-- 
GitLab