From e4e3ee08738798ec40646fb25e37a971d20f35b9 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 29 Aug 2023 16:11:38 +1000 Subject: [PATCH] Reduce copyright text size --- src/styles/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/input.css b/src/styles/input.css index b6bd0b5..1365136 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -33,6 +33,6 @@ } .copyright { - @apply text-sm text-gray-600 + @apply text-xs text-gray-600 } } \ No newline at end of file