UNPKG

ashleshajs

Version:

AshleshaJS is a framework to build high performance and maintainable single page web applications. It uses ExpressJS and YUI3 as foundation. It is tightly coupled with Twitter Bootstrap for the CSS framework but you can use any other framework as well.

27 lines (20 loc) 393 B
// LARGE DESKTOP & UP // ------------------ @media (min-width: 1200px) { // Fixed grid #grid > .core(70px, 30px); // Fluid grid #grid > .fluid(5.982905983%, 2.564102564%); // Input grid #grid > .input(70px, 30px); // Thumbnails .thumbnails { margin-left: -30px; } .thumbnails > li { margin-left: 30px; } .row-fluid .thumbnails { margin-left: 0; } }