6 lines
78 B
SCSS
6 lines
78 B
SCSS
.set {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: $unit;
|
|
width: 100%;
|
|
}
|