From 8ce81fde3f80344431341b5c69a8e2cee4880274 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 28 Sep 2022 16:19:02 +0100 Subject: [PATCH] Resize project box Signed-off-by: Marcus Noble --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 5fc85ff..9e36480 100644 --- a/src/index.html +++ b/src/index.html @@ -156,7 +156,7 @@ } .projects li { - width: 400px; + width: 328px; max-width: 100%; border: 2px solid; border-radius: 6px;