From ac5a6fa9b51a41dd13df1c6c110ee4409d4b6b89 Mon Sep 17 00:00:00 2001 From: Esinko <34211401+Esinko@users.noreply.github.com> Date: Thu, 18 May 2023 18:44:09 +0300 Subject: [PATCH] fix: add margin to small gallery images --- pages/computer-sharing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/computer-sharing.tsx b/pages/computer-sharing.tsx index 79b042a0..d53d5940 100644 --- a/pages/computer-sharing.tsx +++ b/pages/computer-sharing.tsx @@ -148,7 +148,7 @@ const ResponsiveSplitFlex = styled.div` ul > li { height: 3rem; - margin-right: unset; + margin-right: 0.5rem; } } }