Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created July 11, 2016 12:24
Show Gist options
  • Save richtabor/e5668b2cf5a109e7c0268daef59ffe72 to your computer and use it in GitHub Desktop.
Save richtabor/e5668b2cf5a109e7c0268daef59ffe72 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 768px) {
.five.columns.sidebar-right.hide-for-small {
display: block!important;
width: 100%;
}
.sidebar-right .sidebar {
margin-left: 0!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment