[TASK] widen container

This commit is contained in:
Marie Birner
2023-04-06 18:20:02 +02:00
parent 9a41614922
commit 7156e38d6c
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{% macro header(loggedin_user) %}
<header class="bg-primary-900 text-white flex justify-center p-3 fixed w-full">
<div class="max-w-screen-lg w-full flex justify-between">
<div class="max-w-screen-xl w-full flex justify-between">
<div>
Hallo {{ loggedin_user.name }}
</div>