From 30cb520d8b2d3af5ed6c0788c7bf2e557615a714 Mon Sep 17 00:00:00 2001 From: Eric Herbrandson Date: Thu, 2 May 2019 10:09:08 -0500 Subject: [PATCH] Fixing issue w/ text being cut off in the menu --- client/src/scss/index.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/scss/index.scss b/client/src/scss/index.scss index caf2823..fd1563d 100755 --- a/client/src/scss/index.scss +++ b/client/src/scss/index.scss @@ -40,8 +40,7 @@ html { #menu { background-color: $color-lightest; - padding: 10px; - width: 72px; + padding: 8px; } #content {