6 lines
91 B
SCSS
6 lines
91 B
SCSS
|
.space-around {
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
align-items: center;
|
||
|
}
|