fix: use spacing variable

This commit is contained in:
Chuma McPhoy
2024-07-08 11:28:05 +02:00
parent 6a4b4ce845
commit e4e65922a7

View File

@@ -17,7 +17,8 @@
}
.introContainer {
display: grid;
gap: 105px;
/* use justify-content: space between once we have the map component*/
gap: var(--Spacing-x9);
grid-template-columns: 607px 340px;
}
}