Sha256: 66e0fa2ed56eda43964f1dd8d16d576c4594df48a596b8311a8ab733a7c22cad
Contents?: true
Size: 433 Bytes
Versions: 10
Compression:
Stored size: 433 Bytes
Contents
html { box-sizing: border-box; } body { -webkit-overflow-scrolling: touch; } *, *::before, *::after { box-sizing: inherit; } //sticky footer .site { display: flex; min-height: 100vh; flex-direction: column; } .site__content { flex: 1; } // responsive images img { max-width: 100%; height: auto; width: auto; vertical-align: middle; } img::selection { background: transparent; } figure { margin: 0; }
Version data entries
10 entries across 10 versions & 2 rubygems