From ee96d04708890f17a599a8ff232fae31b016bf3e Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Thu, 28 Aug 2025 13:21:38 +0200 Subject: [PATCH] fix(home.scss): improve mobile responsiveness for latest projects --- sass/home.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/home.scss b/sass/home.scss index 2d3f674..e77f14a 100644 --- a/sass/home.scss +++ b/sass/home.scss @@ -57,6 +57,7 @@ } .latest-projects-posts .project { margin: 1rem 5%; + max-width: 90%; } }