.icon {
display: inline-block;
text-align: center;
margin: 10px;
text-decoration: none;
}
.icon img {
width: 50px;
height: 50px;
}
.outer-wrapper {
display: flex;
justify-content: center; /* æŽ§åˆ¶å†…éƒ¨å…ƒç´ å±…ä¸ */
}
.inner-wrapper {
display: flex;
white-space: nowrap; /* 防æ¢æ¢è¡Œ */
}
.image-div {
margin: 1px; /* å¯ä»¥æ ¹æ®éœ€è¦è°ƒæ•´é—´è· */
}