Have you checked that your 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:
sidenote: in line 198 is written
display: block; /* in-line block; */
here the comment is not coherent with the argument.