Updated look of file cards so that the images are of equal size

This commit is contained in:
Isaac Grynsztein
2020-03-13 00:33:02 -04:00
parent bad4b8630b
commit c752b13732
3 changed files with 9 additions and 7 deletions

View File

@@ -33,9 +33,9 @@
}
.img-div {
max-height: 80px;
height: 60px;
padding: 0px;
margin: 0px 0px 0px -5px;
margin: 8px 0px 0px -5px;
width: calc(100% + 5px + 5px);
}