Merged
Conversation
Newer MDX parsers interpret <3 as invalid JSX, causing dev server to fail
Contributor
|
Thanks, I will check it out and then get it merged when I'm next at my computer. If you're not already, please consider joining the Zulip server (aerynos.zulipchat.com). We can talk in more detail about the website and the new website we are working on. |
Contributor
Author
Alright, I'll check out the server tomorrow morning:) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
The other day I checked out the website on my phone while on my way home in the train, and I saw that the layout of the home page was broken on mobile. I thought that this was a shame, so I made this PR to fix it.
For me it seems to be working way better than it was before. However, the layout of the home page doesn't lend itself too well for mobile, so it still isn't the prettiest thing ever, but I didn't want to change anything to drastically.
This is my first contribution, so I just tried to follow the style of the other commit messages in the commit log.
Testing
To test you can just use your browser's dev tools to see how the layout adapts to different screen sizes.