Skip to content

Instantly share code, notes, and snippets.

@dannydes
Created November 6, 2013 17:06
Show Gist options
  • Save dannydes/7340029 to your computer and use it in GitHub Desktop.
Save dannydes/7340029 to your computer and use it in GitHub Desktop.
A responsive design for Lightbeam
@media (max-width: 320px) {
.content-flex {
position: relative;
top: 50px;
right: 100%;
z-index: 1;
width: 100%;
}
.controls {
position: relative;
z-index: 2;
width: 100%;
height: 50px;
transition: height .1s;
}
.controls:hover {
height: 80%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment