Skip to content

Commit 7cb89ef

Browse files
committed
simplify the footer
1 parent e2b6e65 commit 7cb89ef

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

_includes/footer.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
<div class="grid grid-cols-1 gap-4 px-4 py-4 md:grid-cols-3 md:items-start md:px-6">
33

44
<!-- mark -->
5-
<div class="font-sans text-[0.82rem] font-black uppercase tracking-[0.06em]">
6-
LabNotes
5+
<div class="font-sans text-sm font-black uppercase tracking-wide">
6+
Support free & open publishing.
77
</div>
88

99
<!-- text -->
10-
<div class="font-mono text-[0.68rem] leading-[1.7] text-gray-500">
11-
Add text here
10+
<div class="font-mono text-xs leading-relaxed text-gray-500">
1211
</div>
1312

1413
<!-- meta -->
15-
<div class="font-mono text-[0.68rem] leading-[1.7] text-gray-500 md:text-right">
16-
© {{ site.time | date: "%Y" }}
14+
<div class="font-mono text-xs leading-relaxed text-gray-500 md:text-right">
15+
{{ site.time | date: "%Y" }}
1716
</div>
1817

1918
</div>

0 commit comments

Comments
 (0)