mirror of
https://github.com/owncast/owncast.git
synced 2024-12-20 08:18:07 +03:00
6 lines
89 B
SCSS
6 lines
89 B
SCSS
|
@mixin flexCenter {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|