diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index d1f095d690..c1e13df933 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -379,3 +379,11 @@ } } } + +.reverse-col-order-mobile { + @media (max-width: @screen-sm-min) { + display: flex; + flex-flow: column; + flex-direction: column-reverse; + } +}