◊(Local Yarn Code "Diff")

Differences From Artifact [d29db7ea]:

To Artifact [6d089e00]:


503
504
505
506
507
508
509

510
511
512
513
514
515
516
517
518
519
520
521
    figure>a {
        margin: 0;
        padding: 0;
        font-family: arial, sans-serif;
    }
    figure img {
        max-width: 100%;

    }

    figcaption {
        font-size: 0.8rem;
        line-height: 0.8rem;
        margin-bottom: 0.3rem;
        text-align: left;
    }

    dl {
        margin: ◊x-lineheight[1] 0;
    }







>




|







503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
    figure>a {
        margin: 0;
        padding: 0;
        font-family: arial, sans-serif;
    }
    figure img {
        max-width: 100%;
        margin: 0 auto;
    }

    figcaption {
        font-size: 0.8rem;
        line-height: ◊derive-lineheight[4 #:per-lines 3];
        margin-bottom: 0.3rem;
        text-align: left;
    }

    dl {
        margin: ◊x-lineheight[1] 0;
    }