simonw / simonwillisonblog

The source code behind my blog
https://simonwillison.net/
Apache License 2.0
202 stars 18 forks source link

Missing paragraphs on blogmarks on homepage on mobile #396

Closed simonw closed 4 months ago

simonw commented 9 months ago

On https://simonwillison.net/ at narrow screen sizes:

CleanShot 2024-01-16 at 10 53 47@2x

simonw commented 9 months ago

This seems to work:

div#primary .elsewhere-in-primary p:not(:last-child) {
  margin-bottom: 0.8em;
}
simonw commented 4 months ago

Definitely working today.

CleanShot 2024-06-19 at 19 57 30@2x