Add author bio to article footer

This commit is contained in:
James Panther
2021-11-04 10:54:47 +11:00
parent 3a2ce6a9e0
commit 4fa7aa4c77
7 changed files with 19 additions and 3 deletions
+8
View File
@@ -2088,6 +2088,10 @@ body a, body button {
justify-content: space-between;
}
.place-self-center {
place-self: center;
}
.overflow-hidden {
overflow: hidden;
}
@@ -2586,6 +2590,10 @@ body a, body button {
color: var(--color-neutral-300);
}
.dark .dark\:text-neutral-400 {
color: var(--color-neutral-400);
}
.dark .dark\:text-primary-400 {
color: var(--color-primary-400);
}