mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 13:24:33 +03:00
5 lines
89 B
SCSS
5 lines
89 B
SCSS
@mixin flexCenter {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|