From 5e69a6ef394ca246883c47e96cffae78a21618f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 14 Oct 2021 23:19:40 +0200 Subject: [PATCH] Change row gap of Locations list on desktop --- src/style/organisms/_locations.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/organisms/_locations.scss b/src/style/organisms/_locations.scss index 9b74dd1..0325d5e 100644 --- a/src/style/organisms/_locations.scss +++ b/src/style/organisms/_locations.scss @@ -45,7 +45,7 @@ display: grid; grid-template-columns: repeat(2, 1fr); justify-content: center; - grid-gap: 40px 24px; + grid-gap: 24px 24px; width: 85%; padding: 0; }