update events

This commit is contained in:
Luke Pulverenti 2015-11-27 02:24:08 -05:00
parent ab15648bbb
commit f8a1cdd9a2
8 changed files with 151 additions and 600 deletions

View file

@ -1,4 +1,16 @@
/* Panel */
/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media (max-width: 35em) {
.ui-responsive > .ui-block-a,
.ui-responsive > .ui-block-b,
.ui-responsive > .ui-block-c,
.ui-responsive > .ui-block-d,
.ui-responsive > .ui-block-e {
width: 100%;
float: none;
}
}
/* Panel */
.ui-panel {
width: 17em;
min-height: 100%;