We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e73a03 commit 29bd576Copy full SHA for 29bd576
components/statusCodeCard.module.css
@@ -3,7 +3,10 @@
3
}
4
5
.gif {
6
- max-width: 300px;
+ max-width: 100%;
7
+ width: 300px;
8
+ height: 190px;
9
+ object-fit: cover;
10
border: 3px solid #b4747d;
11
12
0 commit comments