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:
parent
3aa85a6524
commit
47d7a18739
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user