Skip to content

Commit 872d56a

Browse files
committed
Remove announcement banner and adjust desktop fixed height
1 parent cffa45b commit 872d56a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

themes/openstack/scss/navigation_menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a.navbar-brand {
2222
}
2323

2424
.global-nav {
25-
margin-top: 118px; /* account for fixed SiteBanner height */
25+
margin-top: 40px; /* account for fixed SiteBanner height */
2626
@media (max-width: 768px) {
2727
margin-top:0px;
2828
}

themes/openstack/templates/Page.ss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
</head>
3737
<body id="$URLSegment">
3838
<div id="nav_container"></div>
39-
<% include SiteBanner %>
4039
<% include Navigation %>
4140
<!-- Page Content -->
4241
<div class="container">

0 commit comments

Comments
 (0)