Sha256: b318c2b55aace36b763edf977055e9c0f2b666b2c7ffefcf4c36c06600cee18d
Contents?: true
Size: 1.2 KB
Versions: 6
Compression:
Stored size: 1.2 KB
Contents
=basic_responsive html -webkit-text-size-adjust: none -ms-text-size-adjust: none body * width: auto !important margin: auto !important padding: auto !important textarea, table, td, th, code, pre, samp word-wrap: break-word code, pre, samp white-space: pre-line img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video max-width: 100% !important //----------[ MOBILE ONLY ]---- @media only screen and (max-width: 767px) and (max-device-width: 1000px) //----------[ MOBILE LANDSCAPE ]---- @media only screen and (min-width: 480px) and (max-width: 767px) //----------[ MOBILE ONLY & LANDSCAPE ]---- @media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1023px) //----------[ IPAD ONLY & PORTRAIT ]---- @media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1023px) //----------[ IPAD PORTRAIT BROWSER ]---- @media only screen and (min-width: 768px) and (max-width: 991px) //----------[ - 960px ]---- @media only screen and (max-width: 959px) //----------[ - 767px ]---- @media only screen and (max-width: 767px) // +basic_responsive
Version data entries
6 entries across 6 versions & 1 rubygems