forked from Ruderverein-Donau-Linz/rowt
[TASK] widen container
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<footer class="bg-primary-950 text-white w-full flex justify-center p-3">
|
||||
<div class="max-w-screen-lg w-full flex justify-between">
|
||||
<div class="max-w-screen-xl w-full flex justify-between">
|
||||
<div>
|
||||
<span class="text-[#ff0000]">♥</span> ASKÖ Ruderverein Donau Linz
|
||||
</div>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user