Update padding for attachment images

This commit is contained in:
Martin McKeaveney 2020-09-18 16:52:20 +01:00 committed by GitHub
parent 6eb622f76b
commit 48366d47be
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
height: 75px;
width: 75px;
border: 2px dashed var(--grey-7);
padding: var(--spacing-xl);
padding: var(--spacing-m);
display: flex;
flex-direction: column;
align-items: center;