Skip to content

Instantly share code, notes, and snippets.

@thotbox
Last active August 29, 2015 14:20
Show Gist options
  • Save thotbox/f23466de08b585d4fd93 to your computer and use it in GitHub Desktop.
Save thotbox/f23466de08b585d4fd93 to your computer and use it in GitHub Desktop.
CSS: Grid Images
.grid_image_left { float: left; padding-right: 30px; }
.grid_image_right { float: right; padding-left: 30px; }
.grid_image_half { width: 50%; }
.grid_image_full { width: 100%; }
.grid_image img { margin-bottom: 30px; }
@media only screen and (max-width: 640px) {
.grid_image { float: none; padding: 0; width: 100%; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment