ripro主题宽屏模式
闲来无事,总感觉ripro主题宽屏还是不够宽,就拿的小笔记本来说,两边都还有些许空白,不显大气
添加CSS即可
@media (min-width: 1601px) {
.max_width .container {
max-width: 1600px;
}
.max_width .container.medium {
max-width: 1600px;
}
.max_width .col-lg-1-5 {
flex: 0 0 20%;
width: 20% ;
max-width: 20%;
}
}