Skip to content
Collection: Case For MacBook
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* 手机端缩小顶部logo */
@media screen and (max-width:749px){
.header__heading-logo {
max-width: 100px !important; /* 数字越小logo越小,默认一般220左右 */
}
}