Skip to content
Snippets Groups Projects
Commit 6acc44c2 authored by Chris Shantz's avatar Chris Shantz
Browse files

Merge branch '3.1.x' into prod/3.1.x

parents 26594216 2128c3e3
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment