Created
July 23, 2025 09:36
-
-
Save nicmare/1ae0626fac16a5f11179f3e70cc5ce53 to your computer and use it in GitHub Desktop.
blocksy archive item: span it across two or more rows:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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