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