Twenty Fourteen: fix breakpoint at 782 pixels wide to exactly match WordPress toolbar breakpoint. Props jjj, fixes #26501.

git-svn-id: https://develop.svn.wordpress.org/trunk@26831 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-12-09 19:10:36 +00:00
parent 3aa85a6524
commit 47d7a18739
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ td {
}
}
@media screen and (min-width: 782px) {
@media screen and (min-width: 783px) {
.header-main {
padding-right: 30px;
padding-left: 0;

View File

@ -3298,7 +3298,7 @@ a.post-thumbnail:hover {
}
}
@media screen and (min-width: 782px) {
@media screen and (min-width: 783px) {
.header-main {
padding-right: 0;
}