Skip to content

Commit 0692472

Browse files
修复站点头部上移问题。
1 parent ff66dfa commit 0692472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/css/header.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.main-header .navbar-brand {
6-
padding-top: 10px;
6+
padding-right: 5px;
77
}
88

99
.navbar .project-title {
@@ -98,8 +98,8 @@
9898
font-size: 16px;
9999
color: #FFFFFF;
100100
height: 52px;
101-
padding-left: 10px;
102-
padding-top: 16px;
101+
padding-left: 5px;
102+
padding-top: 17px;
103103
padding-bottom: 15px;
104104
float: left;
105105
}

0 commit comments

Comments
 (0)