Skip to content

Instantly share code, notes, and snippets.

@nicmare
Created July 23, 2025 09:36
Show Gist options
  • Select an option

  • Save nicmare/1ae0626fac16a5f11179f3e70cc5ce53 to your computer and use it in GitHub Desktop.

Select an option

Save nicmare/1ae0626fac16a5f11179f3e70cc5ce53 to your computer and use it in GitHub Desktop.
blocksy archive item: span it across two or more rows:
/**
* add this to your theme style.css and change the aria-label value to your needs
*/
.entries article.entry-card:has(a[aria-label="2/1 Seite Panorama"]){
grid-column: 1 / 3;
}
.entries article.entry-card a[aria-label="2/1 Seite Panorama"] img {
aspect-ratio: 5 / 3 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment