/* ==========================================================================
   JOURNAL.CSS — Journal / "Django in the News" page only
   (template-journal.php). Loaded on top of base.css. The page "head"
   banner (.team-page-head) is the shared component from base.css — this
   file just sets the dark background/padding for the grid section below
   it. The grid itself (.django-journal-grid, card sizing) is the Django
   Journal plugin's own frontend.css.
   ========================================================================== */

.journal-archive{
  background:var(--black);
  padding:20px clamp(20px,5vw,64px) 130px;
}

@media (max-width:760px){
  .journal-archive{padding:0 20px 70px;}
}
