Change row gap of Locations list on desktop

This commit is contained in:
2021-10-14 23:19:40 +02:00
parent b57a9fe649
commit 5e69a6ef39

View File

@@ -45,7 +45,7 @@
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);
justify-content: center; justify-content: center;
grid-gap: 40px 24px; grid-gap: 24px 24px;
width: 85%; width: 85%;
padding: 0; padding: 0;
} }