styles.module.css (472B)
1 .button { 2 background: #ac1a2d; 3 color: rgba(255, 255, 255, .7); 4 font-family: Tomorrow, -apple-system, sans-serif; 5 width: 5vmax; 6 height: 5vmax; 7 margin-top: 0.5vmax; 8 margin-left: 1vmax; 9 margin-right: 1vmax; 10 font-size: 2vmax; 11 text-align: center; 12 border-radius: 25%; 13 } 14 15 .buttonRow { 16 background: #1d1d1d; 17 display: flex; 18 flex-direction: row; 19 flex-wrap: wrap; 20 justify-content: space-evenly; 21 margin-top: 1vmax; 22 }