Skip to content

Fix invalid CSS display value on line 220 and 245 in _layouts/book-review.liquid #3583

@maxstridde

Description

@maxstridde

Have you checked that your issue isn't already filed?

  • I read through FAQ and searched through the past issues, none of which addressed my issue.
  • Yes, I have checked that this issue isn't already filed.

Bug description

Wrong CSS

How to reproduce the bug

Look at the Css, there are typos.

Error messages and logs

not applicable.

What operating system are you using?

Not applicable (e.g. you're using GitHub Pages or other hosting)

Where are you seeing the problem on?

Deployed site

More info

Problem 1

Line 220 in _layouts/book-review.liquid contains invalid CSS:

display: in-line block; /* in-line block; */

should be inline-block

Problem 2

Line 245 in _layouts/book-review.liquid contains a typo in a CSS property:

marign: 0px;

sidenote: in line 198 is written

display: block; /* in-line block; */

here the comment is not coherent with the argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions