Skip to content

Commit 6d61ce2

Browse files
simonhampclaude
andauthored
Add image grid layout for plugin README content (#367)
* Add image grid layout for plugin README content Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Remove border radius from plugin README grid images Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a266952 commit 6d61ce2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

resources/css/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,14 @@ nav.docs-navigation li:has(.third-tier .exact-active) > .subsection-header {
270270
@apply rounded-none shadow-none;
271271
}
272272

273+
.prose p:has(img) {
274+
@apply grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3;
275+
}
276+
277+
.prose p:has(img) img {
278+
@apply inline-block w-full rounded-none shadow-none;
279+
}
280+
273281
/*
274282
Margin and rounding are personal preferences,
275283
overflow-x-auto is recommended.

0 commit comments

Comments
 (0)