1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2025-01-17 13:43:39 +03:00
owncast/web/components/ui/Content/DesktopContent.module.scss

8 lines
163 B
SCSS
Raw Normal View History

2023-04-26 21:42:12 -07:00
$bottomMargin: 2vw;
.bottomSectionContent {
// background-color: green;
width: calc(100% - (2 * $bottomMargin));
margin: 0 $bottomMargin 0 $bottomMargin;
}