fix: footer mal placé
This commit is contained in:
parent
307bef8c56
commit
c0c8fbeaf5
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ">NonSco’llectif 2022 - Mentions légales</footer>
|
<footer class="text-slate-100 text-sm mx-auto mt-6 text-center ">NonSco’llectif 2022 - Mentions légales</footer>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue