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

Issue #2398079: Badge sizes (on d.o profiles) on narrow screens should be uniform

parent 966bc64b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,14 @@
dd {
padding-left: 0;
}
// Membership badges
.da-membership-badge {
@include span-columns(2,3);
img {
width: 100%; // IE SVG scaling.
}
}
}
@media all and (min-width: 451px) {
......
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