Navbar improvement

This commit is contained in:
Christian 2024-08-05 21:57:28 +02:00
parent f50ece23a9
commit 897dad9a5e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<hr id="status_bar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="https://chaospott.de">
@ -80,4 +79,5 @@
</ul>
</div>
</div>
<hr id="status_bar">
</nav>

View File

@ -37,7 +37,7 @@ body {
.navbar {
background-color: $background-color;
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
.divider-vertical {
height: 20px;
margin: 14px 9px;