Merge pull request #73 from northbaypython/josh/design

less padding for the padding throne
This commit is contained in:
Josh Simmons 2017-08-20 18:07:52 -07:00 committed by GitHub
commit f7ee03e140

View file

@ -369,7 +369,7 @@ footer .footer-copy {
@media (max-width: 992px) and (min-width: 768px) {
.nav > li > a {
padding: 15px 9px;
padding: 15px 7px;
}
}