Twenty Fourteen: fix breakpoint at 782 pixels wide to exactly match WordPress toolbar breakpoint. Props jjj, fixes #26501.
Built from https://develop.svn.wordpress.org/trunk@26831 git-svn-id: http://core.svn.wordpress.org/trunk@26718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f6011db8ed
commit
dc4c8e91aa
|
@ -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…
Reference in New Issue