shrink small buttons so that they fit on the navbar

This commit is contained in:
Owen Versteeg 2013-12-09 17:32:26 -05:00
parent 5e75ca001c
commit 8855781de8

View file

@ -47,7 +47,7 @@ button {
}
}
&.btn-small {
padding: 7px 19px 10px;
padding: 7px 19px 7px;
font-size: 16px;
}
}