github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/docs/web/src/pages/index.module.css (about) 1 /** 2 * CSS files with the .module.css suffix will be treated as CSS modules 3 * and scoped locally. 4 */ 5 6 .heroBanner { 7 padding: 4rem 0; 8 text-align: center; 9 position: relative; 10 overflow: hidden; 11 } 12 13 @media screen and (max-width: 966px) { 14 .heroBanner { 15 padding: 2rem; 16 } 17 } 18 19 .buttons { 20 display: flex; 21 align-items: center; 22 justify-content: center; 23 }