We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b6e65 commit 7cb89efCopy full SHA for 7cb89ef
1 file changed
_includes/footer.html
@@ -2,18 +2,17 @@
2
<div class="grid grid-cols-1 gap-4 px-4 py-4 md:grid-cols-3 md:items-start md:px-6">
3
4
<!-- mark -->
5
- <div class="font-sans text-[0.82rem] font-black uppercase tracking-[0.06em]">
6
- LabNotes
+ <div class="font-sans text-sm font-black uppercase tracking-wide">
+ Support free & open publishing.
7
</div>
8
9
<!-- text -->
10
- <div class="font-mono text-[0.68rem] leading-[1.7] text-gray-500">
11
- Add text here
+ <div class="font-mono text-xs leading-relaxed text-gray-500">
12
13
14
<!-- meta -->
15
- <div class="font-mono text-[0.68rem] leading-[1.7] text-gray-500 md:text-right">
16
- © {{ site.time | date: "%Y" }}
+ <div class="font-mono text-xs leading-relaxed text-gray-500 md:text-right">
+ {{ site.time | date: "%Y" }}
17
18
19
0 commit comments