Skip to content

Commit 13d2255

Browse files
committed
【update】例子头部响应式布局优化; review by songym
1 parent 69a8b30 commit 13d2255

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/css/common.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ a {
100100
margin: 0 16px;
101101
}
102102

103+
@media screen and (min-width: 1221px) and (max-width: 1366px) {
104+
.navbar-header, .main-header .navbar-custom-menu {
105+
margin: 0 4px;
106+
}
107+
.skin-blue .main-header .navbar .nav>li>a {
108+
padding: 12.5px 6px;
109+
}
110+
}
111+
103112
*,
104113
*:after,
105114
*::before {

0 commit comments

Comments
 (0)