From cbe7f7ff33ed92e71fced484e7f20ac3c485476a Mon Sep 17 00:00:00 2001 From: TheErrorExe <161362055+TheErrorExe@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:28:50 +0100 Subject: [PATCH] fix projects.html css --- css/1.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/1.css b/css/1.css index ab3354d..449aa2f 100644 --- a/css/1.css +++ b/css/1.css @@ -135,7 +135,7 @@ p { background: #1f1f1f; border-radius: 10px; overflow: hidden; - width: 30%; + width: 90%; transition: transform 0.3s ease; }