BBC: generous line spacing
Increases the space between lines and paragraphs so the text feels airy and easy on the eyes.
Code to copy
/* Add generous spacing between paragraphs and lines */
article [data-component="text-block"] p {
line-height: 1.85 !important;
margin-bottom: 1.4em !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.