This repository was archived by the owner on Nov 4, 2019. It is now read-only.
File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- <nav class =" navbar navbar-default navbar-inverse navbar-fixed-top " >
1
+ <nav class =" navbar navbar-default navbar-inverse" >
2
2
<div class =" container-fluid" >
3
3
<!-- Brand and toggle get grouped for better mobile display -->
4
4
<div class =" navbar-header page-scroll" >
13
13
14
14
<!-- Collect the nav links, forms, and other content for toggling -->
15
15
<div class =" collapse navbar-collapse" id =" bs-example-navbar-collapse-1" >
16
- <ul class =" nav navbar-nav navbar-right " >
16
+ <ul class =" nav navbar-nav " >
17
17
<% for (var i in theme .menu ){ % >
18
18
< li>< a href= " <%- url_for(theme.menu[i]) %>" >< %= i % >< / a>< / li>
19
19
< % } %>
Original file line number Diff line number Diff line change @@ -4169,7 +4169,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
4169
4169
.navbar {
4170
4170
position : relative;
4171
4171
min-height : 50px ;
4172
- margin-bottom : 20px ;
4173
4172
border : 1px solid transparent;
4174
4173
}
4175
4174
@media (min-width : 768px ) {
@@ -6758,3 +6757,15 @@ button.close {
6758
6757
}
6759
6758
}
6760
6759
/*# sourceMappingURL=bootstrap.css.map */
6760
+
6761
+ @media (min-width : 768px ) {
6762
+ .navbar .navbar-nav {
6763
+ display : inline-block;
6764
+ float : none;
6765
+ vertical-align : top;
6766
+ }
6767
+
6768
+ .navbar .navbar-collapse {
6769
+ text-align : center;
6770
+ }
6771
+ }
Original file line number Diff line number Diff line change 8
8
font-family : 'Lora' , 'Times New Roman' , serif;
9
9
font-size : 20px ;
10
10
color : # 404040 ;
11
- padding-top : 50px ;
12
11
}
13
12
p {
14
13
line-height : 1.5 ;
You can’t perform that action at this time.
0 commit comments