diff --git a/src/components/main.js b/src/components/main.js index 519f2053edb764e207217e69f21479832034d3bc..59929f48177f04671659e17c24c950872af41ed6 100644 --- a/src/components/main.js +++ b/src/components/main.js @@ -694,7 +694,7 @@ import("@helpers/utils.js").then((utils) => { bind-resources="" fields="ofn:promo_image_url" widget-ofn:promo_image_url="solid-display-img" - class-ofn:promo_image_url="responsive-img" + class-ofn:promo_image_url="responsive-img flex-img" style="width: 100%" ></solid-display> </div> diff --git a/src/styles/index.scss b/src/styles/index.scss index 3e339823cc7aec37b15aa57794d2acd093707534..db5825f0e1fa920476f3dc99cd43b8a536e00e7b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -480,6 +480,11 @@ solid-ofn-rpp { } } } + + .flex-img { + display: flex; + justify-content: center; + } } @media #{$small-and-down} {