Make published page look more like OrcasHub

This commit is contained in:
Tony Grosinger 2024-03-02 16:16:50 -08:00
parent a301036014
commit 8309e88885

View File

@ -663,6 +663,26 @@ html body #main-outlet {
} }
// published page additions // published page additions
.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-content-wrapper { .published-page-content-wrapper {
max-width: 1000px; max-width: 1000px;
margin-top: 30px; margin-top: 30px;