Commit 6e8ee024 authored by Mark Otto's avatar Mark Otto

tweak icons alignment

parent bfdc6f86
......@@ -390,6 +390,8 @@ section > ul li {
line-height: 1.25;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 -1px -1px 0;
}
.the-icons .glyphicon {
......@@ -646,6 +648,12 @@ input.focused {
/* Tablets/desktops and up */
@media screen and (min-width: 992px) {
/* Icons */
.the-icons li {
width: 12.5%;
}
.bs-docs-sidenav {
width: 220px;
}
......
Markdown is supported
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