Skip to content

Commit 7739e4d

Browse files
committed
fix footer
1 parent 45354e6 commit 7739e4d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

source/_layouts/master.blade.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,7 @@
5252

5353
<footer class="bg-white text-center text-sm mt-12 py-4" role="contentinfo">
5454
<ul class="flex flex-col md:flex-row justify-center list-none">
55-
<li class="md:mr-2">
56-
&copy; <a href="https://tighten.co" title="Tighten website">Tighten</a> {{ date('Y') }}.
57-
</li>
58-
59-
<li>
55+
<li class="text-xs">
6056
Built with <a href="http://jigsaw.tighten.co" title="Jigsaw by Tighten">Jigsaw</a>
6157
and <a href="https://tailwindcss.com" title="Tailwind CSS, a utility-first CSS framework">Tailwind CSS</a>.
6258
</li>

source/about.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class="flex w-64 bg-contain mx-auto md:float-right my-6 md:ml-10">
2020

2121
<div class="mb-6">
2222
<h2>Members</h2>
23-
<ul>
23+
<ul class="list-none">
2424
<li><a href="https://github.com/fetzi" target="_blank">Johannes Pichler (fetzi)</a></li>
2525
<li><a href="https://github.com/witti" target="_blank">Daniel Wittberger (witti)</a></li>
2626
<li><a href="https://github.com/dahu" target="_blank">Daniela Huber (dahu)</a></li>

0 commit comments

Comments
 (0)