Please tweak the forum CSS with a single change to add spacing to paragraphs
Gavin Ray
ray.gavin97 at gmail.com
Sat Jan 14 16:36:09 UTC 2023
Currently, posts with more than one paragraph become
increasingly-unreadable walls of text due to CSS styles that
specify 0 margin/padding between them (why?)
With one small change, we can make much easier to read. Below is
a before/after:
```css
.post-body p {
margin: 10px;
}
```

More information about the Digitalmars-d
mailing list