Changed the nav to an actual navbar

This commit is contained in:
Yarne Coppens 2024-08-14 16:35:33 +02:00
parent 92600f8649
commit 8d415846e6
2 changed files with 26 additions and 17 deletions

View file

@ -1,3 +1,7 @@
body{
padding-top: 100px;
}
.boardgame_statistic_card_image{
width: 100%;
height: 100px;

View file

@ -19,7 +19,10 @@
</head>
<body>
<ul class="nav nav-tabs">
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top">
<div class="container-fluid">
<ul class="navbar-nav">
<li class="nav-item">
<a id="owned_nav" class="nav-link" href="{{ url_for('get_owned') }}">Collectie</a>
</li>
@ -36,6 +39,8 @@
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
</div>
</nav>
{% block body_block %}