diff --git a/src/styles/innerPage.css b/src/styles/innerPage.css index 6f1d0a5..a7d7c21 100644 --- a/src/styles/innerPage.css +++ b/src/styles/innerPage.css @@ -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; +}