From e4d6c8a6f9fd132eb084df27f7c3f1d55513e85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 15 Aug 2025 21:57:19 +0200 Subject: [PATCH] feat(style): reduce width of credits legal --- scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index 2759576..3d070f3 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -262,7 +262,7 @@ li { } .credits-legal { - width: 70%; + max-width: 800px; padding: 0 2rem 1rem 2rem; border-radius: 32px; }