alabaster icon indicating copy to clipboard operation
alabaster copied to clipboard

Fix layout of logo.

Open silene opened this issue 3 years ago • 0 comments

Having <h1> inside <p> led some browsers (e.g., Firefox) to believe that the HTML code was ill-formed. Thus, they inserted </p> before <h1>, causing the logo to be incorrectly pushed away from the logo name. Below are screenshots showing the issue.

Before the pull request: before

After the pull request: after

silene avatar May 06 '22 18:05 silene