Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improvement: CSS style with <p> #8

Open
shui opened this issue Aug 2, 2018 · 1 comment
Open

Improvement: CSS style with <p> #8

shui opened this issue Aug 2, 2018 · 1 comment

Comments

@shui
Copy link

shui commented Aug 2, 2018

Sorry, my English is pretty poor...

In style.css, there is:

p {
	margin-bottom: 1em;
	line-height: 1.45;
}

So, when a <hr> is between two <p>, it would be a awful visual experience.
I suggest:

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.45;
}

or:

p {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.45;
}

It's much better.

@dearxs
Copy link

dearxs commented Dec 16, 2020

it is indeed much better. thanks

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants