Skip to content

Commit 09d5117

Browse files
committed
padding: 1rem;
Signed-off-by: Lee Calcote <[email protected]>
1 parent 5abbed2 commit 09d5117

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

common/common.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,11 @@
194194
display: inline-block;
195195
width: 132px;
196196
height: 132px;
197+
padding: 1rem;
197198
img {
198-
height: 90%;
199-
width: 90%;
199+
object-fit: contain;
200+
height: 100%;
201+
width: 100%;
200202
}
201203
.category-abbreviation {
202204
display: none;

0 commit comments

Comments
 (0)