owncast/web/components/ui/Content/DesktopContent.module.scss

8 lines
163 B
SCSS
Raw Normal View History

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