1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 04:15:28 +02:00
portainer/assets/scss/_responsive-768px-979px.scss
2013-06-08 15:12:14 -09:00

19 lines
478 B
SCSS
Executable file

//
// Responsive: Tablet to desktop
// --------------------------------------------------
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
@include grid-core($gridColumnWidth768, $gridGutterWidth768);
// Fluid grid
@include grid-fluid($fluidGridColumnWidth768, $fluidGridGutterWidth768);
// Input grid
@include grid-input($gridColumnWidth768, $gridGutterWidth768);
// No need to reset .thumbnails here since it's the same $gridGutterWidth
}