Can now modify landing page. Fallback images for games and mods. Cached events. #29
@ -9,10 +9,16 @@
|
|||||||
background: linear-gradient(to top right, #262626, #292929, #262626);
|
background: linear-gradient(to top right, #262626, #292929, #262626);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cMMPicture {
|
.cMMPictureWrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding-top: 56.25%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cMMPicture {
|
||||||
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
object-fit: cover; /* Ensures the image covers the container like a background image */
|
object-fit: cover; /* Ensures the image covers the container like a background image */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user