Skip to content
Snippets Groups Projects
Commit 7399c253 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #2060691: Use Susy grid mixins

parent e5d4c9e2
No related branches found
No related tags found
No related merge requests found
...@@ -52,9 +52,21 @@ ...@@ -52,9 +52,21 @@
.aside { .aside {
@include span-columns(3 omega); @include span-columns(3 omega);
.da-membership-badge { .da-membership-badge {
@include span-columns(2, 3); @include span-columns(2, 3);
} }
// Grid of user pictures.
.field-name-field-mentors {
@include clearfix;
.field-item {
@include span-columns(1, 3);
@include nth-omega(3n);
margin-bottom: gutter(3);
line-height: 0;
}
}
} }
} }
......
.page-user .field-name-field-mentors {
@include clearfix;
ul.links {
@include inline-block-list;
}
li {
line-height: 0;
margin: 0 5px 5px 0;
}
img {
height: auto;
max-width: 60px;
}
}
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