From edad0a03b4a69b3c1e95cc3a9d52578072cab392 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 2 Mar 2024 16:14:27 -0800 Subject: [PATCH] Make published page look more like OrcasHub --- common/common.scss | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/common/common.scss b/common/common.scss index 8960e41..f6fe064 100644 --- a/common/common.scss +++ b/common/common.scss @@ -663,19 +663,24 @@ html body #main-outlet { } // published page additions -.published-page-content-wrapper { - max-width: 1000px; - margin-top: 30px; - margin-bottom: 50px; - background: var(--secondary); - border-radius: 1em; - padding: 3em 3em 5%; - box-shadow: 0 24px 40px rgba(0, 0, 0, 0.07), - 0 10.8529px 24.1177px rgba(0, 0, 0, 0.0456112), - 0 4.50776px 10.0172px rgba(0, 0, 0, 0.035), - 0 1.63037px 3.62304px rgba(0, 0, 0, 0.0243888); - z-index: 1; - position: relative; +.published-page-header { + background-color: unset; + box-shadow: unset; + top: unset; + position: unset; + margin-top: 10px; + + .published-page-header-wrapper { + justify-content: center; + + a { + display: none; + } + + .published-page-title { + color: var(--primary); + } + } } .published-page-author {