refactor: break out Section container
This commit is contained in:
4
components/Section/Container/container.module.css
Normal file
4
components/Section/Container/container.module.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.container {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x3);
|
||||
}
|
||||
Reference in New Issue
Block a user