mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user