Sha256: 8e1b5becf3cdd6815fed4685ac0f184fc729b55166a4a77917a4f9dff18298b0
Contents?: true
Size: 577 Bytes
Versions: 6
Compression:
Stored size: 577 Bytes
Contents
.mt-s { margin-top: 10px; } .mt-m { margin-top: 15px; } .mt-l { margin-top: 20px; } .icon-name { margin-top: 25px; } /* Large desktop */ @media (min-width: 1200px) { .icon-name { margin-top: 25px; } } /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { .icon-name { margin-top: 17px; } } /* Landscape phone to portrait tablet */ @media (max-width: 767px) { .icon-name { margin-top: 0px; } } /* Landscape phones and down */ @media (max-width: 480px) { .icon-name { margin-top: 0px; } }
Version data entries
6 entries across 6 versions & 2 rubygems