Use css variables for banner heights

This commit is contained in:
leigh-mil
2019-08-30 14:58:18 -04:00
parent ef3654e014
commit 55b12ba633
6 changed files with 17 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
padding: ($gap / 2) $gap;
z-index: 15;
position: fixed;
height: 28px;
height: $usa-banner-height;
width: 100%;
img {