diff --git a/source/_patterns/04-components/view/_view.scss b/source/_patterns/04-components/view/_view.scss index b9f46c1bf72902e12aafbf67c1873a47fc356b51..cdaac9c35b6699b82b83016e219e3266a39b6985 100644 --- a/source/_patterns/04-components/view/_view.scss +++ b/source/_patterns/04-components/view/_view.scss @@ -226,11 +226,20 @@ $sidebar-width: 18.75rem; .path-profiles, .path-opportunities { .view-content { - display: grid; - gap:$grid-gap; - grid-template-columns:repeat(2 ,1fr); - grid-template-rows:repeat(4, min-content); - padding:0; + display: block; + padding: 0; + @include small { + display: grid; + gap: $grid-gap; + grid-template-columns:repeat(2 ,1fr); + grid-template-rows:repeat(4, min-content); + } + .views-row{ + margin-bottom: $grid-gap; + @include small { + margin-bottom: 0; + } + } } } .path-news,