1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-13 07:49:42 +00:00
TiddlyWiki5/cssbuild/twitter-bootstrap/less/responsive-768px-979px.less

20 lines
463 B
Plaintext
Raw Normal View History

2012-10-11 14:58:05 +00:00
//
// Responsive: Tablet to desktop
// --------------------------------------------------
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
2012-10-11 14:58:05 +00:00
#grid > .core(@gridColumnWidth768, @gridGutterWidth768);
// Fluid grid
2012-10-11 14:58:05 +00:00
#grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
// Input grid
2012-10-11 14:58:05 +00:00
#grid > .input(@gridColumnWidth768, @gridGutterWidth768);
// No need to reset .thumbnails here since it's the same @gridGutterWidth
}