Skip to content

navbar uses media queries with hard coded width instead of bootstrap's variables @screen-* #352

Closed
@guymguym

Description

@guymguym

for example in _navbar.less it uses @media (max-width: 767px) and @media (max-width: 1199px) which can easily be replaced with @screen-sm and @screen-lg respectively...

this will allow changing to custom app values.

thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions