Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Last active August 29, 2015 14:17
Show Gist options
  • Save jamigibbs/0aa2c0c3cadcc17967a4 to your computer and use it in GitHub Desktop.
Save jamigibbs/0aa2c0c3cadcc17967a4 to your computer and use it in GitHub Desktop.
Heartfelt: Header Columns
/* The Logo Space */
.bottom_nav_wrap .large-3 {
width: 40%;
}
/* The Navigation Space */
.bottom_nav_wrap .large-9 {
width: 60%;
}
@media only screen and (max-width: 40em) {
.bottom_nav_wrap .large-3, .bottom_nav_wrap .large-9 {
width: 100%;
}
} /* Small screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.bottom_nav_wrap .large-3, .bottom_nav_wrap .large-9 {
width: 100%;
}
} /* Medium screens */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment