From 477c31ca4f157a9fa2aa524e7af6d28a41bffd31 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Wed, 27 Aug 2025 17:13:05 +0200 Subject: [PATCH] fix(home.scss): add margin to latest projects posts on mobile devices --- sass/home.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sass/home.scss b/sass/home.scss index cb80d08..da440e0 100644 --- a/sass/home.scss +++ b/sass/home.scss @@ -52,5 +52,8 @@ #pgpmobile { display: inline-block; } + .latest-projects-posts .project { + margin: 1rem 5%; + } }