Skip to content

Instantly share code, notes, and snippets.

@ajhyndman
Last active May 15, 2016 08:12
Show Gist options
  • Select an option

  • Save ajhyndman/f8fde8dc46842d51a3b1 to your computer and use it in GitHub Desktop.

Select an option

Save ajhyndman/f8fde8dc46842d51a3b1 to your computer and use it in GitHub Desktop.
Clickable Panels built on ANY Widgets
.extra-container-wrap.clickable-panels {
/* Backgrounds and Styling*/
/* TODO: EDIT THIS */
}
.clickable-panels.extra-container {
margin: auto;
max-width: 960px;
}
.clickable-panels.extra-container .widget {
box-sizing: border-box;
display: inline-block;
vertical-align: top;
max-width: 320px; /* TODO: EDIT THIS */
padding: 0 23px; /* TODO: EDIT THIS */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment