Skip to content

NavBar responsive breakpoints are hardcoded #27

Description

@merlos
# Example
@media only screen and (max-width: 767.98px) {

Use instead the mixins defined in:
https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints

For instance:
@include media-breakpoint-down(xs) { ... }
@include media-breakpoint-down(sm) { ... }
@include media-breakpoint-down(md) { ... }
@include media-breakpoint-down(lg) { ... }

Metadata

Metadata

Labels

bugSomething isn't workingmedium priorityIssue has medium priority

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions