Map improvements

This commit is contained in:
Dennis Reimann
2023-09-29 09:05:47 +02:00
parent f3499569c8
commit fee4f92c54
4 changed files with 41 additions and 38 deletions

View File

@@ -73,7 +73,7 @@
border: 1px solid var(--color-border-light);
border-radius: var(--border-radius);
padding: var(--modal-space);
max-width: 620px;
max-width: 720px;
}
& h2 {

View File

@@ -101,7 +101,7 @@
& .links {
display: flex;
flex-wrap: wrap;
gap: var(--space-xl);
gap: var(--space-l);
}
}