Skip to content

Commit

Permalink
Merge pull request #14 from apeps/bugfix/fixing-top-menu
Browse files Browse the repository at this point in the history
fixed wrong layout for navbar
  • Loading branch information
4an70m authored Dec 8, 2017
2 parents e5dca17 + df0683d commit 97b7e2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/layouts/navbar/navbar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="container navbar-container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" ng-click="vm.toggleNavbar()">
<span class="sr-only">Toggle navigation</span>
Expand Down
4 changes: 4 additions & 0 deletions src/main/webapp/css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,7 @@ footer {
p.copyright {
margin: 15px 0 0;
}

.navbar-container > .navbar-collapse > .nav {
flex-direction: row;
}

0 comments on commit 97b7e2b

Please sign in to comment.