My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Minor updates

+19
+19
src/odoc_jons_plugins_css.ml
··· 364 364 margin-bottom: 4px; 365 365 } 366 366 367 + .jon-shell-main figure { 368 + margin-bottom: 24px; 369 + text-align: center; 370 + } 371 + 372 + .jon-shell-main figure img, 373 + .jon-shell-main figure video { 374 + max-width: 600px; 375 + width: 100%; 376 + height: auto; 377 + border-radius: 6px; 378 + } 379 + 380 + .jon-shell-main figcaption { 381 + font-size: 0.85em; 382 + color: var(--text-muted); 383 + margin-top: 8px; 384 + } 385 + 367 386 .jon-shell-main blockquote { 368 387 border-left: 3px solid var(--border-color); 369 388 margin: 16px 0;