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

Navbar Links ul watch bad in mobile #2376

Closed
Jolete opened this issue Nov 26, 2015 · 1 comment
Closed

Navbar Links ul watch bad in mobile #2376

Jolete opened this issue Nov 26, 2015 · 1 comment

Comments

@Jolete
Copy link

Jolete commented Nov 26, 2015

Hi,

I have added icons in my navbar. But in mobile those watch with margin:0. because the current code is:

// Navbar Links
ul {
margin: 0;

I resoved it this way:

nav ul {
// disable margin: 0 in materializecss
@media #{$small-and-down} {

}
@media #{$medium-only} {
    margin: 0;
}
@media #{$large-and-up} {
    margin: 0;
}

}

@fega
Copy link

fega commented Apr 5, 2017

Please provide a way to reproduce it.
Closed due inactivity, feel free to reopen it if it is still necessary.

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