Make published page look more like OrcasHub

This commit is contained in:
Tony Grosinger 2024-03-02 16:14:27 -08:00
parent a301036014
commit edad0a03b4

View File

@ -663,19 +663,24 @@ html body #main-outlet {
} }
// published page additions // published page additions
.published-page-content-wrapper { .published-page-header {
max-width: 1000px; background-color: unset;
margin-top: 30px; box-shadow: unset;
margin-bottom: 50px; top: unset;
background: var(--secondary); position: unset;
border-radius: 1em; margin-top: 10px;
padding: 3em 3em 5%;
box-shadow: 0 24px 40px rgba(0, 0, 0, 0.07), .published-page-header-wrapper {
0 10.8529px 24.1177px rgba(0, 0, 0, 0.0456112), justify-content: center;
0 4.50776px 10.0172px rgba(0, 0, 0, 0.035),
0 1.63037px 3.62304px rgba(0, 0, 0, 0.0243888); a {
z-index: 1; display: none;
position: relative; }
.published-page-title {
color: var(--primary);
}
}
} }
.published-page-author { .published-page-author {