CoolFace
Apppublic

Mythus/Staging

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
index.module.css24 linesDownload Raw Back to pages
1/**2 * CSS files with the .module.css suffix will be treated as CSS modules3 * 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: 996px) {14  .heroBanner {15    padding: 2rem;16  }17}18 19.buttons {20  display: flex;21  align-items: center;22  justify-content: center;23}24