fix(SW-190): moved Intro component to components folder and removed 'duplicate'

This commit is contained in:
Erik Tiekstra
2024-08-15 13:04:47 +02:00
parent 33460d8e87
commit 4f2bd0c2d6
6 changed files with 2 additions and 34 deletions

View File

@@ -0,0 +1,10 @@
.content {
display: grid;
gap: var(--Spacing-x2);
}
@media (min-width: 768px) {
.content {
gap: var(--Spacing-x3);
}
}