Hide featured column on mobile home paged

This commit is contained in:
Alexander Agnarson 2025-03-27 15:52:53 +01:00
parent 32d9ab68ce
commit 787860f219

View file

@ -55,6 +55,8 @@
.page-col-center { width: 100%; padding-right: 0; }
.page-col-sidebar-center { width: 100%; }
.page-col-sidebar-center .sidebar-content { max-width: 420px; margin: 0 auto; }
body.home.paged .page-col-featured { display: none; }
}
@media only screen and (max-width: 820px) {