Adjust footer line height

This commit is contained in:
Andy Smith
2025-06-24 16:05:07 -05:00
parent a48d1854ef
commit fb8eb089c5
+2 -2
View File
@@ -38,9 +38,9 @@
border-block-start: 1px solid var(--color-ink-lighter);
font-size: var(--text-small);
inset: auto 0 0;
line-height: 1.5;
line-height: 1.6;
margin-inline: calc(var(--block-space) * -1);
padding: var(--block-space-half) var(--inline-space-double);
padding: 1.5ch;
position: sticky;
text-align: center;
z-index: 1;