Update src/styles/innerPage.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m6s

This commit is contained in:
freakoverse 2025-02-18 20:22:11 +00:00
parent 6fa09d2d98
commit 0f5db074bc

View File

@ -143,3 +143,14 @@
grid-gap: 25px;
}
.IBMSMSplitMainSmallSideSecBox {
width: 100%;
display: flex;
flex-direction: column;
padding: 10px;
border: solid 1px rgb(255 255 255 / 10%);
border-radius: 10px;
color: rgb(255 255 255 / 50%);
justify-content: center;
align-items: center;
}