Clean up code and use correct height on usa-banner
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
border-bottom: 1px solid $color-black;
|
||||
height: 48px;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
top: 28px;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
padding: ($gap / 2) $gap;
|
||||
z-index: 15;
|
||||
position: fixed;
|
||||
height: 20px;
|
||||
height: 28px;
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
|
Reference in New Issue
Block a user