fix(SW-190): moved Intro component to components folder and removed 'duplicate'
This commit is contained in:
10
components/Intro/intro.module.css
Normal file
10
components/Intro/intro.module.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.content {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.content {
|
||||
gap: var(--Spacing-x3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user