Fix single article column structure to center wider images

This commit is contained in:
Adolfo Reyna
2026-03-13 10:07:44 -04:00
parent bedc33bd1e
commit c8f943a722
2 changed files with 92 additions and 110 deletions

View File

@@ -302,17 +302,6 @@ a:hover {
}
/* --- 5. Article Details Custom Styles --- */
.article-hero-image {
width: 100%;
}
@media (min-width: 992px) {
.article-hero-image {
width: calc(100% + 20%);
margin-left: -10%;
}
}
.post-nav-thumbnail {
width: 80px;
height: 80px;