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

The actual gap (horizontal margins) of the fluid container is not 32px but 64px #2306

Closed
develax opened this issue Jan 5, 2019 · 1 comment

Comments

@develax
Copy link

develax commented Jan 5, 2019

This is about the Docs.

Overview of the problem

This is about the Bulma Docs

Description

The docs state that:

This container is fluid: it will have a 32px gap on either side, on any viewport size.

But the actual gap is 64px on both sides even in the example where the quoted text is placed.

Expected behavior

The fluid container gaps should be 32px each.

Actual behavior

The fluid container gaps are 64px each.


The style copied from Chrome debug panel:

@media screen and (min-width: 1088px)
.container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto;
}
@jgthms
Copy link
Owner

jgthms commented Jan 5, 2019

Duplicate #1864

@jgthms jgthms closed this as completed in 8cf4fd5 May 17, 2019
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

2 participants