Differences From Artifact [8583f65e]:
- File web-extra/martin.css.pp — part of check-in [4206e0ac] at 2019-06-20 00:20:10 on branch trunk — Fix disposition links in article headings when they appear in listings (user: joel, size: 22275) [annotate] [blame] [check-ins using]
To Artifact [b0c400f6]:
- File web-extra/martin.css.pp — part of check-in [74bf6fa0] at 2019-06-20 00:33:41 on branch trunk — Fix CSS selector (user: joel, size: 22277) [annotate] [blame] [check-ins using]
︙ | |||
753 754 755 756 757 758 759 | 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 | - + | 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; } |
︙ |