Fix bootstrap 3 grid demo at mobile issue.

pull/56/head
Glen Cheney 10 years ago
parent 41dffdd507
commit eb272e80a6

@ -32,6 +32,11 @@ extraJS: [ "demos/bootstrap3grid.js" ]
.grid__brick:nth-child(n+3) {
margin-top: 15px;
}
/* Padding on the grid column is keep it from getting smaller than 30px */
.shuffle--fluid .shuffle__sizer {
padding: 0;
}
}
.aside {

Loading…
Cancel
Save