slightly changed container layout; changed an endpoint name

This commit is contained in:
eclipse 2025-05-21 17:39:20 +02:00
parent 7dc191dcab
commit e976e7ff79
2 changed files with 3 additions and 3 deletions

View File

@ -13,10 +13,10 @@
("Werksformen", url_for("werksform.all")) ("Werksformen", url_for("werksform.all"))
)) ))
) %} ) %}
<nav role="navigation"> <nav role="navigation" class="container">
<ul> <ul>
<li> <li>
<a href="{{ url_for('home.home') }}"> <a href="{{ url_for('home.startpage') }}">
<hgroup> <hgroup>
<h2>the_works</h2> <h2>the_works</h2>
<p>Tobias Radloffs Bücher</p> <p>Tobias Radloffs Bücher</p>

View File

@ -25,7 +25,7 @@
</head> </head>
<body> <body>
<header class="container"> <header class="container-fluid">
{% include("_nav.html") %} {% include("_nav.html") %}
</header> </header>