We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c00f0e + 872d56a commit a96d8e4Copy full SHA for a96d8e4
2 files changed
themes/openstack/scss/navigation_menu.scss
@@ -22,7 +22,7 @@ a.navbar-brand {
22
}
23
24
.global-nav {
25
- margin-top: 118px; /* account for fixed SiteBanner height */
+ margin-top: 40px; /* account for fixed SiteBanner height */
26
@media (max-width: 768px) {
27
margin-top:0px;
28
themes/openstack/templates/Page.ss
@@ -36,7 +36,6 @@
36
</head>
37
<body id="$URLSegment">
38
<div id="nav_container"></div>
39
- <% include SiteBanner %>
40
<% include Navigation %>
41
<!-- Page Content -->
42
<div class="container">
0 commit comments