styles.module.css (299B)
1 .pad { 2 background: #1d1d1d; 3 font-family: Tomorrow, -apple-system, sans-serif; 4 display: flex; 5 flex-direction: column; 6 flex-wrap: wrap; 7 justify-content: space-evenly; 8 padding-bottom: 3vmax; 9 border-bottom-left-radius: 1.5vmax; 10 border-bottom-right-radius: 1.5vmax; 11 }