6 lines
No EOL
84 B
SCSS
6 lines
No EOL
84 B
SCSS
.row {
|
|
display: flex;
|
|
gap: 30px;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
} |