Sha256: 4592d404cbe230078b5dfde1aa7f95f78e3818f037c5f0db1782f6ac473ddb09
Contents?: true
Size: 478 Bytes
Versions: 4
Compression:
Stored size: 478 Bytes
Contents
/** * CSS files with the .module.css suffix will be treated as CSS modules * and scoped locally. */ .heroBanner { padding: 4rem 0; text-align: center; position: relative; overflow: hidden; } .heroTitle { font-size: 40px; } .heroSubtitle { } .heroLogo { max-width: 600px; border-radius: 20px; } @media screen and (max-width: 966px) { .heroBanner { padding: 2rem; } } .buttons { display: flex; align-items: center; justify-content: center; }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wassup-0.3.2 | docs/src/pages/index.module.css |
wassup-0.3.1 | docs/src/pages/index.module.css |
wassup-0.3.0 | docs/src/pages/index.module.css |
wassup-0.2.1 | docs/src/pages/index.module.css |