Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Description
The Books section was disorganised with irregularities in alignment of text with pictures and spacing between rows.
Before:
No spacing between two rows leading to crowding of books:
The position of text is not in accordance with the pattern of rest of the page:
Image of the book overflowing leading to shift in the title of next book:
Image of the book not aligned with the text :
No wrapping of text in the paragraph:
Overall the Books section looked somewhat like this:
final_6075112b445d0500ad3bd6b1_157559.mp4
Fixes #1403
Changes Made
Added space between them to avoid overcrowding:
Changed the alignment of title of the book in accordance with the rest of the site:
Fixed the overflowing image of the book :
Added top-margin to align the image of the book with the text:
Increased bottom-margin to make the text aligned:
This is how the final Books section looks like:
final_607510bd42ef460069abda5a_45834.mp4