diff --git a/src/components/SideSlider/styles.module.scss b/src/components/SideSlider/styles.module.scss index e2be287..aee36f2 100644 --- a/src/components/SideSlider/styles.module.scss +++ b/src/components/SideSlider/styles.module.scss @@ -35,8 +35,8 @@ $iconSize: 150px; border-top-left-radius: $border-radius; border-bottom-left-radius: $border-radius; background-color: $shade1; - left: $iconSize/2; - padding-left: $iconSize/2; + left: calc($iconSize/2); + padding-left: calc($iconSize/2); min-height: 450px; width: $width; color: #ffffff;