Sha256: 220c6db6953bb3f9a6dde11d08cb156d42fc0dc5e04fb7885dbed69b81e4b705
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
// ==|== media queries ====================================================== // PLACEHOLDER Media Queries for Responsive Design. // These override the primary ('mobile first') styles // Modify as content requires. // ========================================================================== */ @media only screen and (min-width: 320px) { /* Style adjustments for viewports 320px and over go here */ } @media only screen and (min-width: 480px) { /* Style adjustments for viewports 480px and over go here */ } @media only screen and (min-width: 768px) { /* Style adjustments for viewports 768px and over go here */ } @media only screen and (min-width: 980px) { /* Style adjustments for viewports 980px and over go here */ } // ==|== print styles ======================================================= // Print styles. // Inlined to avoid required HTTP connection: h5bp.com/r // ========================================================================== */ @media print { @include h5bp-media-print; /* Style adjustments for print go here */ }
Version data entries
4 entries across 4 versions & 1 rubygems