We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to #438 (comment)
On the mobile breakpoint, the illustration disappears:
With the zero bottom margin, it looks a bit tight. There appears to be some custom CSS that hides this:
@media (max-width: 781px) { #intro .wp-block-column:last-child { display: none; } }
If we can remove that, it would look like this, which works pretty well:
The text was updated successfully, but these errors were encountered:
That CSS is used on the homepage to prevent the brushstroke from wrapping. Instead, let's remove the intro ID on this section.
intro
Sorry, something went wrong.
ryelle
Successfully merging a pull request may close this issue.
Related to #438 (comment)
On the mobile breakpoint, the illustration disappears:
With the zero bottom margin, it looks a bit tight. There appears to be some custom CSS that hides this:
If we can remove that, it would look like this, which works pretty well:
The text was updated successfully, but these errors were encountered: