6 lines
95 B
CSS
6 lines
95 B
CSS
.container {
|
|
display: grid;
|
|
gap: var(--Spacing-x2);
|
|
padding-bottom: var(--Spacing-x1);
|
|
}
|