Skip to content

Instantly share code, notes, and snippets.

@michaelmcshinsky
Created July 26, 2018 16:13
Show Gist options
  • Save michaelmcshinsky/d5ccefa2fd61f38736a540c84c5ea647 to your computer and use it in GitHub Desktop.
Save michaelmcshinsky/d5ccefa2fd61f38736a540c84c5ea647 to your computer and use it in GitHub Desktop.
header.Header.Header--top {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
margin-top: -50px;
}
.Header-inner.Header-inner--top {
padding: 5px 15px;
max-width: 1400px;
margin: auto;
}
a.Header-branding {
padding: 0 !important;
}
a.Header-nav-item {
font-size: 18px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: right;
color: #19160f;
text-transform: capitalize;
}
.Footer {
background: #39452c;
color: #fff;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
margin-bottom: -50px;
margin-top: -20px;
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
}
.Footer-inner.clear {
padding: 58px 0;
}
.Footer .sqs-block {
padding: 0 !important;
}
.Footer p {
color: #fff;
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment