From e82fe7a6a0b29bb368d3107c5e3d7ca0c860ec33 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 14 Feb 2025 20:46:31 +0000 Subject: [PATCH] Update src/styles/innerPage.css --- src/styles/innerPage.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/innerPage.css b/src/styles/innerPage.css index 9daf2e3..6f1d0a5 100644 --- a/src/styles/innerPage.css +++ b/src/styles/innerPage.css @@ -108,6 +108,10 @@ grid-gap: 25px; } +.IBMSMSMFSSContentPosts > *:last-child > * { + border-bottom:unset; +} + .btnMain.IBMSMSMFSSNavBtn.IBMSMSMFSSNavBtnAlt { padding: 5px 10px; }