From bf9e0e12ed3fc993d69f9dc681ec2b114625d64b Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 14 Jun 2018 15:53:00 -0400 Subject: [PATCH] Adjust top bar write link (#446) --- app/assets/stylesheets/top-bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/top-bar.scss b/app/assets/stylesheets/top-bar.scss index 894f80393..928292d3d 100644 --- a/app/assets/stylesheets/top-bar.scss +++ b/app/assets/stylesheets/top-bar.scss @@ -44,7 +44,7 @@ display:none; } .write{ - width:100px; + width:118px; padding: 3px 0px; height: auto; top:12px; @@ -151,7 +151,7 @@ width: calc(61vw - 45px); } @media screen and ( min-width: 560px ){ - width: calc(45vw - 30px); + width: calc(46vw - 52px); } @media screen and ( min-width: 950px ){ left: 0;