vendor/assets/stylesheets/furatto/_responsive_tables.scss in furatto-0.0.1 vs vendor/assets/stylesheets/furatto/_responsive_tables.scss in furatto-0.0.2

- old
+ new

@@ -6,10 +6,10 @@ * http://zurb.com/playground/responsive-tables * * Designed and built @kurenn */ -@media only screen and (max-width: 767px) { +@media only screen and (max-width: 768px) { table.responsive { margin-bottom: 0; } .pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; } .pinned table { border-right: none; border-left: none; width: 100%; }