Skip to content

Commit eb2f4a8

Browse files
committed
made .preview img max dimensions 80x80
1 parent 414b826 commit eb2f4a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
body {
1414
padding-top: 60px;
1515
}
16+
17+
.preview img {
18+
max-width: 80px;
19+
max-height: 80px;
20+
}

0 commit comments

Comments
 (0)