Commit ce18736c authored by Mark Otto's avatar Mark Otto
Browse files

fix example css

parent 3da46631
Showing with 3 additions and 3 deletions
+3 -3
......@@ -27,13 +27,13 @@ body {
float: none;
}
.nav-link {
text-align: center;
margin-bottom: 5px;
width: 100%;
margin-bottom: 5px;
text-align: center;
}
@media (min-width: 768px) {
.nav-item {
.nav-item {
display: table-cell;
width: 1%;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment