Use css variables for banner heights
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
padding: ($gap / 2) $gap;
|
||||
z-index: 15;
|
||||
position: fixed;
|
||||
height: 28px;
|
||||
height: $usa-banner-height;
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
|
Reference in New Issue
Block a user