From 0f5db074bc0a6b5854e753dc62b7f59c4756e4f0 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 18 Feb 2025 20:22:11 +0000 Subject: [PATCH] Update src/styles/innerPage.css --- src/styles/innerPage.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; +}