Bug Fixes - Fixed title overlapping with border and screen resizing issues #362
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.
Fixed churchill layout's title issue
When the churchill layout was selected with a unsplash or any background source, the quotes border would overlap with the title when pasted into a README.
Added a conditional check to move the title down if the background source isn't empty.

Fixed the marquee style so that is centered on small screen devices
The spacing between the left and right edges of the marquee to the screen border wasn't consistent
Set display to block so that it'll center with the middle of the screen

Fixed the css styling for the border color field and the unsplash query field
Both fields were unresponsive to smaller screen sizes and left aligned. Also between 650 and 650 px the two columns would overlap each other.
Removed margins:300px from each container and updated unsplash querys textfield to fill its width

Closes #361
Summary by CodeRabbit
Style
Refactor