Skip to content

Instantly share code, notes, and snippets.

@docluv
Created July 22, 2013 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save docluv/6054453 to your computer and use it in GitHub Desktop.
Save docluv/6054453 to your computer and use it in GitHub Desktop.
@media ( max-width:600px) {
.main-content {
top: 60px ;
}
.logo {
width: 100% ;
}
#heart {
margin: 10px 0 0 20px ;
padding: 10px 5px;
}
#heart:before,
#heart:after {
left: 20px ;
width: 20px ;
height: 35px ;
}
#heart:after {
left: 0px ;
}
.logo-text {
margin: auto ;
width: 125px ;
font-size: 2em ;
-moz-transform: translate(0,-90px) ;
-ms-transform: translate(0,-90px) ;
-o-transform: translate(0,-90px) ;
-webkit-transform: translate(0,-90px) ;
transform: translate(0,-90px) ;
}
.right-side-content {
display: none ;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment