Commit cc86d0cb authored by Lena's avatar Lena Committed by Nick Stenning

Changes space between group members (#3221)

Changes the space between items in the group members list. Reduces the space between documents a little, to make them a bit more balanced.
parent a2bd33f3
......@@ -104,7 +104,7 @@
}
&__list li {
margin-bottom: 1.5em;
margin-bottom: 1.2em;
em {
font-style: italic;
......@@ -112,10 +112,15 @@
}
}
&__memberlist li {
margin-bottom: 0.2em;
}
}
.group-members-list {
border-bottom: $border;
padding-bottom: 20px;
}
.group-form-footer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment