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