Update app/assets/stylesheets/components/banner.scss

Adjustment to the vertical padding on the dashboard

Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
Tom Byers
2020-02-18 11:54:26 +00:00
committed by GitHub
parent 484bcfbae7
commit 6911319298

View File

@@ -151,7 +151,7 @@
display: flex;
align-items: baseline;
flex-wrap: wrap;
padding: $gutter-two-thirds 0;
padding: ($gutter-two-thirds - 1px) 0 ($gutter-two-thirds + 1px) 0;
border-top: 1px solid $border-colour;
border-bottom: 1px solid $border-colour;
margin-bottom: $gutter;