Sha256: 9f3ff014ed34e770a70cb21b492bcca635fda5841668c92e2f39781d65ffd3ab
Contents?: true
Size: 789 Bytes
Versions: 7
Compression:
Stored size: 789 Bytes
Contents
/* Extra markup and styles for table-esque vertical and horizontal centering */ .site-wrapper { display: table; width: 100%; height: 600px; /*height: 100%; */ /*min-height: 100%;*/ } .site-wrapper-inner { display: table-cell; vertical-align: top; } .cover-container { margin-right: auto; margin-left: auto; } /* Padding for spacing */ .inner { padding: 30px; } /* * Cover */ .cover { padding: 0 20px; } .cover .btn-lg { padding: 10px 20px; font-weight: bold; } /* * Affix and center */ @media (min-width: 768px) { /* Pull out the header and footer */ .masthead { position: fixed; top: 0; } /* Start the vertical centering */ .site-wrapper-inner { vertical-align: middle; } }
Version data entries
7 entries across 7 versions & 1 rubygems