diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index 26da410119..fd61dba362 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -346,7 +346,7 @@ @media (min-width: @screen-sm-min) { display: flex; - .col-* { + div[class*='col-'] { align-self: center; } }