🐞👀 visual fix in Footer component
This commit is contained in:
parent
970a7c58d3
commit
0c7bc07d67
@ -2,20 +2,14 @@
|
|||||||
import { _ } from "svelte-i18n";
|
import { _ } from "svelte-i18n";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<footer class="block py-4">
|
<footer class="container">
|
||||||
<div class="container mx-auto px-4">
|
<hr class="mt-2 mb-4 border-b-1 border-gray-300" />
|
||||||
<hr class="mb-4 border-b-1 border-gray-300" />
|
<p class="text-sm text-gray-500 mt-4">
|
||||||
<footer class="text-gray-700 body-font">
|
Lauf für Kaya! Läufersystem - Copyright © 2020 + proudly powered by
|
||||||
<div class="container mx-auto flex items-center sm:flex-row flex-col">
|
<a
|
||||||
<p class="text-sm text-gray-500 mt-4">
|
class="underline"
|
||||||
Lauf für Kaya! Läufersystem - Copyright © 2020 + proudly powered by
|
href="https://odit.services"
|
||||||
<a
|
rel="noopener,noreferrer"
|
||||||
class="underline"
|
target="_blank">ODIT.Services</a>
|
||||||
href="https://odit.services"
|
</p>
|
||||||
rel="noopener,noreferrer"
|
|
||||||
target="_blank">ODIT.Services</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user