From 9bf2dacdcd452e2ac9bb809ffad50af053debb39 Mon Sep 17 00:00:00 2001 From: sidbxl Date: Fri, 26 Jan 2024 14:11:55 +0100 Subject: [PATCH] modified: style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b1dece0..cd6b23c 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,8 @@ .project-card { border: 1px solid #ddd; box-sizing: border-box; - width: 16%; + min-width: 16%; + max-width: 33%; position: relative; margin-bottom: 10px; }