fix: use spacing variable
This commit is contained in:
@@ -17,7 +17,8 @@
|
|||||||
}
|
}
|
||||||
.introContainer {
|
.introContainer {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 105px;
|
/* use justify-content: space between once we have the map component*/
|
||||||
|
gap: var(--Spacing-x9);
|
||||||
grid-template-columns: 607px 340px;
|
grid-template-columns: 607px 340px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user