Replace CSS comparison/graph diagrams with custom infographic images
Swaps the CSS-only kdoc-compare and kdoc-graph blocks for two custom transparent-background PNGs (+ lossless WebP) designed by the user. memoryVlibrary shows the two-path General AI vs DBN flow; norwegianLaw shows the connected-law knowledge graph. Both served via <picture> with WebP primary and PNG fallback. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8222,3 +8222,8 @@ body.lt-landing {
|
||||
letter-spacing: .03em;
|
||||
}
|
||||
|
||||
|
||||
/* Custom infographic diagram images (transparent-bg PNGs/WebPs) */
|
||||
.kdoc-diagram-img { margin: 2rem auto; max-width: 960px; }
|
||||
.kdoc-diagram-img picture,
|
||||
.kdoc-diagram-img img { display: block; width: 100%; height: auto; }
|
||||
|
||||
Reference in New Issue
Block a user