From c08bdd5f371e9282ce8d45d8eb283441899dc748 Mon Sep 17 00:00:00 2001 From: June Date: Thu, 13 Nov 2025 22:51:37 +1300 Subject: [PATCH] small change --- web/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/styles/global.css b/web/src/styles/global.css index f60277c..fbbb1d3 100644 --- a/web/src/styles/global.css +++ b/web/src/styles/global.css @@ -27,7 +27,7 @@ } .content-panel { - @apply w-[68%]; + @apply w-[68%] my-25; } @tailwind utilities; \ No newline at end of file