Skip to content

Commit 3570005

Browse files
ksheedlopetebacondarwin
authored andcommitted
fix(docs): fix margin around nav-list items
Closes angular#3363
1 parent 36ab132 commit 3570005

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/templates/css/animations.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010
opacity:1;
1111
}
1212

13+
.nav-list {
14+
padding: 0;
15+
}
16+
1317
.nav-list li {
18+
margin:0!important;
19+
padding:0 15px;
1420
height:20px;
1521
overflow:hidden;
1622
}

0 commit comments

Comments
 (0)