Skip to content
New issue

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

Blocks page: Remove CSS that hides 2nd column on mobile. #440

Closed
jasmussen opened this issue May 14, 2024 · 1 comment · Fixed by #441
Closed

Blocks page: Remove CSS that hides 2nd column on mobile. #440

jasmussen opened this issue May 14, 2024 · 1 comment · Fixed by #441
Assignees

Comments

@jasmussen
Copy link
Contributor

Related to #438 (comment)

On the mobile breakpoint, the illustration disappears:

Screenshot 2024-05-14 at 09 05 23

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:
Screenshot 2024-05-14 at 09 07 39

@ryelle
Copy link
Contributor

ryelle commented May 14, 2024

That CSS is used on the homepage to prevent the brushstroke from wrapping. Instead, let's remove the intro ID on this section.

@ryelle ryelle linked a pull request May 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants