remove unnecessary css

This commit is contained in:
Bart van der Braak 2019-04-25 19:01:12 +02:00
parent 10ccf94959
commit c4b2032ff9

View file

@ -1,33 +0,0 @@
.n-nav-justified {
width: 100%;
}
.n-nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.n-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.n-nav-justified > li {
display: table-cell;
width: 1%;
}
.n-nav-justified > li {
float: none;
}
.n-nav-pills > li {
float: left;
}
.n-nav > li {
position: relative;
display: block;
}