diff --git src/wp-content/themes/twentythirteen/inc/custom-header.php src/wp-content/themes/twentythirteen/inc/custom-header.php
index 3214f63..6c01258 100644
|
|
|
function twentythirteen_header_style() { |
| 107 | 107 | background: url(<?php header_image(); ?>) no-repeat scroll top; |
| 108 | 108 | background-size: 1600px auto; |
| 109 | 109 | } |
| | 110 | @media (max-width: 767px) { |
| | 111 | .site-header { |
| | 112 | background-size: 768px auto; |
| | 113 | } |
| | 114 | } |
| | 115 | @media (max-width: 359px) { |
| | 116 | .site-header { |
| | 117 | background-size: 360px auto; |
| | 118 | } |
| | 119 | } |
| 110 | 120 | <?php |
| 111 | 121 | endif; |
| 112 | 122 | |
diff --git src/wp-content/themes/twentythirteen/style.css src/wp-content/themes/twentythirteen/style.css
index 0ad8a2c..02deef5 100644
|
|
|
footer.entry-meta { |
| 2746 | 2746 | |
| 2747 | 2747 | /* Collapse oversized image and pulled images after iPad breakpoint. */ |
| 2748 | 2748 | @media (max-width: 767px) { |
| | 2749 | .site-header .home-link { |
| | 2750 | min-height: 0; |
| | 2751 | } |
| | 2752 | .site-title { |
| | 2753 | font-size: 36px; |
| | 2754 | padding: 8px 0 10px; |
| | 2755 | } |
| 2749 | 2756 | .entry-content img.alignleft, |
| 2750 | 2757 | .entry-content .wp-caption.alignleft { |
| 2751 | 2758 | margin-left: 0; |
| … |
… |
footer.entry-meta { |
| 2943 | 2950 | |
| 2944 | 2951 | /* Mobile devices */ |
| 2945 | 2952 | @media (max-width: 359px) { |
| | 2953 | .site-title { |
| | 2954 | font-weight: normal; |
| | 2955 | } |
| | 2956 | .site-description { |
| | 2957 | clip: rect(1px, 1px, 1px, 1px); |
| | 2958 | position: absolute; |
| | 2959 | } |
| 2946 | 2960 | .gallery { |
| 2947 | 2961 | margin-left: 0; |
| 2948 | 2962 | } |