fix: use spacing variable
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user