Change row gap of Locations list on desktop
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user