Update src/styles/cardMod.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
This commit is contained in:
parent
17ef110f6f
commit
8726d042f2
@ -9,10 +9,16 @@
|
||||
background: linear-gradient(to top right, #262626, #292929, #262626);
|
||||
}
|
||||
|
||||
.cMMPicture {
|
||||
.cMMPictureWrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding-top: 56.25%;
|
||||
}
|
||||
|
||||
.cMMPicture {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover; /* Ensures the image covers the container like a background image */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user