Fix image size to smaller
This commit is contained in:
parent
83065ff389
commit
46f8d7e1f5
1 changed files with 2 additions and 0 deletions
|
@ -3722,6 +3722,7 @@ a.status-card {
|
|||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 286px;
|
||||
object-fit: cover;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
|
@ -6316,6 +6317,7 @@ a.status-card {
|
|||
img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-height: 70vh;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue