Can now modify landing page. Fallback images for games and mods. Cached events. #29
@ -200,9 +200,20 @@
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
|
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
|
||||||
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 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.IBMSMSCWSPicWrapper {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.IBMSMSCWSInfo {
|
.IBMSMSCWSInfo {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user