Update src/styles/SimpleSlider.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

This commit is contained in:
freakoverse 2024-09-02 09:04:57 +00:00
parent 098068acef
commit 41240ee3fb

View File

@ -200,9 +200,20 @@
z-index: 1;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
width: 100%;
height: 100%;
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 {
display: flex;
flex-direction: column;