mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
13 lines
152 B
SCSS
13 lines
152 B
SCSS
// misc styling for various /pages
|
|
|
|
|
|
.help-page {
|
|
.ant-result-image {
|
|
height: 100px;
|
|
svg {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|