owncast/web/components/ui/Content/DesktopContent.module.scss
2023-04-26 21:42:30 -07:00

7 lines
163 B
SCSS

$bottomMargin: 2vw;
.bottomSectionContent {
// background-color: green;
width: calc(100% - (2 * $bottomMargin));
margin: 0 $bottomMargin 0 $bottomMargin;
}