diff --git a/packages/marko-web-theme-monorail/scss/components/blocks/_section-feed.scss b/packages/marko-web-theme-monorail/scss/components/blocks/_section-feed.scss index 6f4166b45..7a85471ee 100644 --- a/packages/marko-web-theme-monorail/scss/components/blocks/_section-feed.scss +++ b/packages/marko-web-theme-monorail/scss/components/blocks/_section-feed.scss @@ -14,8 +14,8 @@ $image-width: ab($image-size, $image-mobile-width); $image-height: ab($image-size, $image-mobile-height); - $image-desktop-width: 250px; - $image-desktop-height: 167px; + $image-desktop-width: 250px !default; + $image-desktop-height: 167px !default; display: flex;