Sha256: 8978714bed284aa4d7fc85be4f0c934bdb8c3aeecd553258ff106e64f4587f7e
Contents?: true
Size: 1.24 KB
Versions: 78
Compression:
Stored size: 1.24 KB
Contents
// Positioning Styles // ========================================== .positioning__margin-bottom { margin-bottom: 30px; } @media screen and (min-width: 1200px) { .positioning__margin-bottom { margin-bottom: 40px; } } .positioning__margin-top { margin-top: 30px; } @media screen and (min-width: 1200px) { .positioning__margin-top { margin-top: 40px; } } .positioning__heading-margin-bottom { margin-bottom: 15px; } @media screen and (min-width: 1200px) { .positioning__heading-margin-bottom { margin-bottom: 20px; } } .position__offset-fixed-nav { margin-top: 115px; } @media screen and (min-width:360px) { .position__offset-fixed-nav { margin-top: 115px; } } @media screen and (min-width:410px) { .position__offset-fixed-nav { margin-top: 120px; } } @media screen and (min-width:576px) { .position__offset-fixed-nav { margin-top: 145px; } } @media screen and (min-width:768px) { .position__offset-fixed-nav { margin-top: 160px; } } .positioning__iframe-wrapper { margin-bottom: 20px; position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .positioning__iframe-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
Version data entries
78 entries across 78 versions & 1 rubygems