Sha256: 191eb23f1be276dfad3b888b74dc7586c2688b28cb1c9f0f497481eae0e73a2e
Contents?: true
Size: 395 Bytes
Versions: 8
Compression:
Stored size: 395 Bytes
Contents
/* Top level layout classes =============================*/ html, body { height: 100%; // vh does not work on mobile devices } .page-container { position: relative; min-height: 100%; // vh does not work on mobile devices } .page-content { padding-bottom: 1rem; } .page-footer { position: absolute; bottom: 0; width: 100%; height: auto; margin-top: 2rem; }
Version data entries
8 entries across 8 versions & 1 rubygems