Hide OrcasHub in sidebar on desktop

This commit is contained in:
Tony Grosinger 2024-02-27 13:13:44 -08:00
parent 8fdf327454
commit d8c4a16ad8

View File

@ -31,7 +31,15 @@
}
}
// Sidebar
.sidebar-section[data-section-name="orcashub"] {
// Hide OrcasHub section in the sidebar on desktop since it's show in the header.
display: none !important;
}
// Footer
.custom-footer {
.list {
margin: 2rem 5em 4rem;