Sha256: 7707b5e652df9b6ca9cf36fc7e627551a5ff259c78b821f18c183ffd147d2063
Contents?: true
Size: 823 Bytes
Versions: 13
Compression:
Stored size: 823 Bytes
Contents
// Positioning Styles // ========================================== .positioning__offset-global-nav { margin-top: 60px; } .positioning__form--margins { margin-top: 15px; padding-left: 5px; padding-right: 5px; } @media screen and (min-width: 992px) { .positioning__form--margins { margin-top: 60px; } } .positioning__heading--row { margin-top: 35%; } @media screen and (min-width: 768px) { .positioning__heading--row { margin-top: 26%; } } @media screen and (min-width: 1200px) { .positioning__heading--row { margin-top: 35%; } } @media screen and (min-width: 1800px) { .positioning__heading--row { margin-top: 25%; } } .positioning__col--offset { margin-right: -25px; } @media screen and (min-width: 768px) { .positioning__col--offset { margin-right: -45px; } }
Version data entries
13 entries across 13 versions & 1 rubygems