diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index c1e13df933..9f8d427c59 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -387,3 +387,14 @@ flex-direction: column-reverse; } } + +.row-within-card { + .no-card { + > :first-child { + margin-top: 0; + } + > :last-child { + margin-bottom: 0; + } + } +}