From 98800c70580eaddef4ed7c417957dea3f146034d Mon Sep 17 00:00:00 2001 From: Kris Date: Thu, 8 Nov 2018 12:42:48 -0500 Subject: [PATCH] stacked nav alignment adjustment --- app/assets/stylesheets/common/components/navs.scss | 2 +- app/assets/stylesheets/desktop/user.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/components/navs.scss b/app/assets/stylesheets/common/components/navs.scss index c1e295c9984..75b797e261b 100644 --- a/app/assets/stylesheets/common/components/navs.scss +++ b/app/assets/stylesheets/common/components/navs.scss @@ -113,7 +113,7 @@ font-size: $font-down-1; width: 1.25em; text-align: center; - margin-right: 0.5em; + margin-right: 0.25em; line-height: $line-height-large; } } diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index da837783dcd..6ceea64ddf2 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -57,7 +57,7 @@ border-bottom: none; &.archive { - padding-left: 15px; + padding-left: 1.81em; } }