Sha256: b739dcaba60761a65f3fee0e919b8972500ebc7b1d8e28d9f413a1ade069c4de
Contents?: true
Size: 595 Bytes
Versions: 7
Compression:
Stored size: 595 Bytes
Contents
*, *:before, *:after { box-sizing: border-box; } html, body { margin: 0px; padding: 0px; height: 100vh; } .wrapper { position: relative; display: flex; flex-flow: column nowrap; height: 100vh; & > *, & .main-wrapper { flex-shrink: 0; } } .main-wrapper { flex: 1 0 auto; display: flex; flex-flow: row nowrap; @media (--mobile) { flex-flow: column nowrap; } & > main { flex: 1; padding: 0px 0px 60px 0px; } & > aside { min-width: 300px; width: 20%; padding: 0px 16px; @media (--mobile) { width: 100%; } } }
Version data entries
7 entries across 7 versions & 1 rubygems