1
2
3
4
5
/* 徽章每五個換行 */
#dash-award .award_bar {
    display: grid;
    grid-template-columns: repeat(5, auto);
}