Sha256: 5086d1b8e52867d232e76d3e62983b678f330eed2ff949ff00684ea0671bf1f0
Contents?: true
Size: 434 Bytes
Versions: 37
Compression:
Stored size: 434 Bytes
Contents
/* Move down content because we have a fixed navbar that is 50px tall */ body { padding-top: 50px; padding-bottom: 20px; background-color: #F2F2F2; } /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove padding from wrapping element since we kick in the grid classes here */ .body-content { padding: 0; } } #subscribers div { float: left; } .bump-me { padding-top: 40px; }
Version data entries
37 entries across 37 versions & 1 rubygems