芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/tricomgroupbd.com/assets/css/colband.css
.card { background-color: white; color: white; padding: 1rem; height: 4rem; justify-content: center; display: flex; flex-direction: row; } .cards { max-width: 1200px; margin: 0 auto; display: grid; gap: 1rem; } @media (min-width: 900px) { .cards { grid-template-columns: repeat(5, 1fr); } } .section-bgL{ background-color: #f4f4f4; }