Sha256: 08a178d78857659218ed5a673d94b52747dea1dad5175bd04315763b3b5ee749
Contents?: true
Size: 614 Bytes
Versions: 8
Compression:
Stored size: 614 Bytes
Contents
/* ============================== */ /* ! Layout for desktop version */ /* ============================== */ body { } /* ============================= */ /* ! Layout for mobile version */ /* ============================= */ @media handheld, only screen and (max-width: 767px) { body { } } /* ========================================== */ /* ! Provide higher res assets for iPhone 4 */ /* ========================================== */ @media only screen and (-webkit-min-device-pixel-ratio: 2) { /* .logo { background: url(logo2x.jpg) no-repeat; background-size: 212px 303px; }*/ }
Version data entries
8 entries across 8 versions & 2 rubygems