6 lines
72 B
CSS
6 lines
72 B
CSS
.container {
|
|
display: grid;
|
|
gap: var(--Spacing-x3);
|
|
z-index: 0;
|
|
}
|