6 lines
68 B
CSS
6 lines
68 B
CSS
.section {
|
|
display: grid;
|
|
gap: var(--Space-x3);
|
|
z-index: 0;
|
|
}
|