mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
8 lines
106 B
SCSS
8 lines
106 B
SCSS
|
|
||
|
|
||
|
.config-public-details-container {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: flex-start;
|
||
|
}
|