Topbar, Portfolio Header, & Content alignment

This commit is contained in:
hmbrink
2020-01-20 17:03:18 -05:00
parent 8dbb3b32a2
commit 8c0e88c5c4
10 changed files with 52 additions and 31 deletions

View File

@@ -4,14 +4,15 @@
height: $topbar-height;
position: fixed;
top: $usa-banner-height;
width: 100%;
z-index: 10;
width: 100%;
&__navigation {
display: flex;
flex-direction: row;
align-items: stretch;
justify-content: space-between;
max-width: 1180px;
a {
color: $color-white;