/*
Theme Name: 智越服饰
Author: 犀牛云客
Author URI: https://site.xiniu.com
Description: 一个为智越服饰企业官网设计的简洁、现代的WordPress主题。
Version: 1.0.0
*/

/** 修复：经典编辑器下，图片居中失效问题 **/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: none !important;
}