Skip to content

Commit d685ffc

Browse files
authored
Merge pull request #130 from BadIdeaFactory/louh/person-modal-ui-fix
fix(PersonModal): margin style for certain breakpoints
2 parents 8452b14 + 95c18d7 commit d685ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ui/templates/ofPeople/PersonModal.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ const PersonQuote = styled.div`
4949
${setSpace("mvm")};
5050
`;
5151
const PersonSocial = styled.div`
52-
& > *:not(:first-child) {
53-
${setSpace("mlm")};
52+
& > * {
53+
${setSpace("mvx")};
5454
}
5555
& > *:not(:last-child) {
56-
${setSpace("mrm")};
56+
${setSpace("mrl")};
5757
}
5858
`;
5959

0 commit comments

Comments
 (0)