fix(ui): restore page margin and background color. Closes #2959
This commit is contained in:
7
web/components/ui/Content/DesktopContent.module.scss
Normal file
7
web/components/ui/Content/DesktopContent.module.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
$bottomMargin: 4vh;
|
||||
|
||||
.bottomSectionContent {
|
||||
// background-color: green;
|
||||
width: calc(100% - (2 * $bottomMargin));
|
||||
margin: 0 $bottomMargin 0 $bottomMargin;
|
||||
}
|
||||
Reference in New Issue
Block a user