Merge pull request #7312 from chrisroselli/fix/navbar_gravatar_padding

.navbar padding tweak. The logo was oddly spaced from the left edge of the viewport.
This commit is contained in:
Justin Richardsson
2016-03-01 23:10:47 -05:00

View File

@ -301,7 +301,7 @@ ul {
border: none;
line-height: 1;
@media (min-width: 767px) {
padding-left: 30px;
padding-left: 15px;
padding-right: 30px;
}
}