From 155669866a050a362d3846c360584dcd97c192f5 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sun, 26 Jan 2025 02:29:43 +0800 Subject: [PATCH] style: adjust font size in footer container - Change font size from 'text-sm' to 'text-xs' for better visibility This adjustment improves the aesthetics of the footer by ensuring that the text is appropriately sized and matches the overall design of the page. --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index f8d77d1..66876e7 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -76,7 +76,7 @@