@@ -24,24 +24,24 @@ a {
*/
#masthead,
#colophon {
+ padding-left: 16px;
+ padding-right: 16px;
position: relative;
-
@extend %responsive-alignwide;
+
+ @include media(mobile) {
+ padding-left: 0;
+ padding-right: 0;
+ }
}
#masthead {
- padding-left: 0;
- padding-right: 0;
padding-bottom: 0;
margin-left: auto;
margin-right: auto;
- @include media(mobile-only) {
- padding: 0;
- }
/**
@@ -3449,12 +3449,20 @@ p:not(.site-title) a:hover {
+@media only screen and (min-width: 560px) {
+ #masthead,
+ #colophon {
+}
@@ -3463,12 +3471,6 @@ p:not(.site-title) a:hover {
-@media only screen and (max-width: 559px) {
- #colophon {
-}
* Mobile-Menu
@@ -3466,12 +3466,20 @@ p:not(.site-title) a:hover {
@@ -3480,12 +3488,6 @@ p:not(.site-title) a:hover {