Uncentered navbar as it broke ui and zindex

This commit is contained in:
Peter Goodhall
2019-08-29 21:54:55 +01:00
parent 1288a5c67e
commit 8d7698b3db
2 changed files with 0 additions and 8 deletions

View File

@@ -22,7 +22,6 @@
</head>
<body>
<div class="container" id="nav-container">
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="<?php echo site_url(); ?>">Cloudlog</a>
@@ -128,4 +127,3 @@
<?php } ?>
</div>
</nav>
</div>

View File

@@ -1,9 +1,3 @@
.navbar {
margin: 0 auto;
width: 100%;
border-radius: 10px;
position: relative;
}
.container {
margin-top: 55px;