mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Uncentered navbar as it broke ui and zindex
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
.navbar {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
border-radius: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-top: 55px;
|
||||
|
||||
Reference in New Issue
Block a user