Browse Source

fix(ui): vh->vw for content margin

pull/2965/head
Gabe Kangas 2 years ago
parent
commit
fbffb58c0c
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/ui/Content/DesktopContent.module.scss

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

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
$bottomMargin: 4vh;
$bottomMargin: 2vw;
.bottomSectionContent {
// background-color: green;

Loading…
Cancel
Save