Skip to content
This repository was archived by the owner on Nov 4, 2019. It is now read-only.

Commit bf62575

Browse files
committed
center align , non-fixed-top
1 parent 23a7c6d commit bf62575

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

themes/landscape/layout/_partial/header.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
1+
<nav class="navbar navbar-default navbar-inverse">
22
<div class="container-fluid">
33
<!-- Brand and toggle get grouped for better mobile display -->
44
<div class="navbar-header page-scroll">
@@ -13,7 +13,7 @@
1313

1414
<!-- Collect the nav links, forms, and other content for toggling -->
1515
<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 ">
1717
<% for (var i in theme.menu){ %>
1818
<li><a href="<%- url_for(theme.menu[i]) %>"><%= i %></a></li>
1919
<% } %>

themes/landscape/source/css/bootstrap.css

+12-1
Original file line numberDiff line numberDiff line change
@@ -4169,7 +4169,6 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
41694169
.navbar {
41704170
position: relative;
41714171
min-height: 50px;
4172-
margin-bottom: 20px;
41734172
border: 1px solid transparent;
41744173
}
41754174
@media (min-width: 768px) {
@@ -6758,3 +6757,15 @@ button.close {
67586757
}
67596758
}
67606759
/*# 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+
}

themes/landscape/source/css/clean-blog.css

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ body {
88
font-family: 'Lora', 'Times New Roman', serif;
99
font-size: 20px;
1010
color: #404040;
11-
padding-top: 50px;
1211
}
1312
p {
1413
line-height: 1.5;

0 commit comments

Comments
 (0)