Skip to content

Container width is broken #39

Description

@OzzieOrca

The media query for .container seems to be broken.

The SCSS is being compiled as

@media (min-width: 550px)
.container {
    width: 750px;
}

and the width is greater than the min-width which is pushing content off the page as you approach the min-width.

In _overrides.scss, $container-sm is set differently but $screen-sm-min seems to be the same.

Why was the width changed from stock bootstrap?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions