diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index 101ca0698b..f7365f110b 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -341,3 +341,13 @@ left: 4px; bottom: 1px; } + +.vertically-center-col { + @media (min-width: @screen-sm-min) { + display: flex; + + * { + align-self: center; + } + } +}