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

<aside>s that are taller than the paragraph that they are beside use vertical space in the main text #39

Closed
rubenarslan opened this issue Oct 2, 2018 · 2 comments

Comments

@rubenarslan
Copy link

Maybe this is intentional too? But I don't think aside that span two paragraphs look bad.

As a quick hack, I added

@media(min-width:768px) {
    aside {
        margin-bottom: -500px;
    }
}

I guess this could lead to problems with consecutive asides? But those don't look good, so I'm not too worried.

@jjallaire
Copy link
Member

Yes, this is a consequence of using CSS grid for layout.

@acastroaraujo
Copy link

This hack works great for computers, but it messes things up with mobile phones.

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

No branches or pull requests

3 participants