From 00f4b98df48a087aabc2557287a0a9c6dcb144e6 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 23 Jun 2026 23:26:39 +0530 Subject: [PATCH] Expand poetry archive width --- sites/poetry/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/poetry/src/styles/global.css b/sites/poetry/src/styles/global.css index 9c81d81..a752642 100644 --- a/sites/poetry/src/styles/global.css +++ b/sites/poetry/src/styles/global.css @@ -395,7 +395,7 @@ } .poetry-archive { - @apply ml-auto w-full max-w-3xl; + @apply w-full; } .poetry-archive li {