Skip to content

Instantly share code, notes, and snippets.

@nex3
Created March 22, 2010 19:23
Show Gist options
  • Save nex3/340432 to your computer and use it in GitHub Desktop.
Save nex3/340432 to your computer and use it in GitHub Desktop.
@media all and (max-width: 1024px)
.content
width: 85%
@media all and (max-width: 800px)
.content
width: auto
.next .vevent
padding-left: 0
padding-right: 0
section ul,
header.vevent hgroup,
header.vevent li,
#contact textarea,
#contact fieldset,
.home .workshops section,
.home .workshops section.ux
width: 99%
clear: both
float: none
padding-left: 0
padding-right: 0
margin-left: 0
margin-right: 0
@media all and (max-width: 640px)
.site h1
font-size: 3em
@media all and (max-width: 480px)
.site h1
font-size: 2em
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment