CoolFace
Apppublic

tlevsen/email-redirect-wizard

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
style.css24 linesDownload Raw Back to root
1/* Shared styles will go here */2body {3    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;4    background-color: #f4f4f4;5}6 7#layout {8    max-width: 1200px;9    margin: 0 auto;10    padding: 2rem;11}12 13.voice {14    text-align: center;15    margin-bottom: 2rem;16    font-size: 2rem;17    color: #333;18}19 20#logo {21    display: block;22    margin: 0 auto 2rem;23    max-width: 200px;24}