fix: footer mal placé

This commit is contained in:
Jalil Arfaoui 2022-07-28 15:12:37 +02:00
parent 307bef8c56
commit c0c8fbeaf5
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
<footer class="text-slate-100 text-sm mx-auto mt-8 pb-2 text-center absolute bottom-0 left-1/2 -translate-x-1/2 ">NonScollectif 2022 - Mentions légales</footer> <footer class="text-slate-100 text-sm mx-auto mt-6 text-center ">NonScollectif 2022 - Mentions légales</footer>

View file

@ -11,7 +11,7 @@
<link rel="alternate" href="{{ metadata.feed.path | url }}" type="application/atom+xml" title="{{ metadata.title }}"> <link rel="alternate" href="{{ metadata.feed.path | url }}" type="application/atom+xml" title="{{ metadata.title }}">
<link rel="alternate" href="{{ metadata.jsonfeed.path | url }}" type="application/json" title="{{ metadata.title }}"> <link rel="alternate" href="{{ metadata.jsonfeed.path | url }}" type="application/json" title="{{ metadata.title }}">
</head> </head>
<body> <body class="flex flex-col">
<div class="my-3 bg-orange-50 rounded-xl container mx-auto"> <div class="my-3 bg-orange-50 rounded-xl container mx-auto">
<header> <header>
<a href="/"><img id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.jpg"/></a> <a href="/"><img id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.jpg"/></a>