Skip to content

Commit 0722fb7

Browse files
committed
Modified navbar-default .container to 98% width b/c of logo issue on <1200px
1 parent 7d012ae commit 0722fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/openstack/css/navigation_menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ a.navbar-brand {
5050

5151
@media (min-width: 768px) and (max-width: 1200px) {
5252
.navbar-default .container {
53-
width: 100%; } }
53+
width: 98%; } }
5454

5555
ul.navbar-main {
5656
display: none;

0 commit comments

Comments
 (0)