649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
|
font-size: 0.8rem;
line-height: ◊derive-lineheight[4 #:per-lines 3];
margin: 0;
padding-left: 3px;
}
article.no-title footer.article-info {
padding-top: 1.5rem;
}
section.entry-content {
grid-area: main;
/* Prevent content from overriding grid column sizing */
/* See https://css-tricks.com/preventing-a-grid-blowout/ */
min-width: 0;
|
>
|
|
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
|
font-size: 0.8rem;
line-height: ◊derive-lineheight[4 #:per-lines 3];
margin: 0;
padding-left: 3px;
}
article.no-title footer.article-info {
margin-top: 1.5rem;
padding-top: 0;
}
section.entry-content {
grid-area: main;
/* Prevent content from overriding grid column sizing */
/* See https://css-tricks.com/preventing-a-grid-blowout/ */
min-width: 0;
|