Last active
May 15, 2016 08:12
-
-
Save ajhyndman/f8fde8dc46842d51a3b1 to your computer and use it in GitHub Desktop.
Clickable Panels built on ANY Widgets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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