feat: implement hero-style header for standard posts and add mobile-responsive sidebar hiding.

This commit is contained in:
2026-07-20 17:46:40 +07:00
parent d6d722386f
commit 7d937a71f8
4 changed files with 152 additions and 234 deletions
@@ -554,4 +554,12 @@ body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.lc--layout-container ol li, .lc--layout-container ul li, .sg-pattern-example ol li, .sg-pattern-example ul li {
font-weight: var(--font-weight-extrabold);
}
/* Hide widget column on mobile */
@media (max-width: 768px) {
.events-column,
.widget-sidebar-area {
display: none !important;
}
}