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:
@ -301,7 +301,7 @@ ul {
|
|||||||
border: none;
|
border: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
@media (min-width: 767px) {
|
@media (min-width: 767px) {
|
||||||
padding-left: 30px;
|
padding-left: 15px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user