8 lines
133 B
CSS
8 lines
133 B
CSS
.wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
&[data-inline=true] {
|
|
display: inline-flex;
|
|
}
|
|
}
|