Changeset 28701
- Timestamp:
- 06/08/2014 07:12:46 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php
r28693 r28701 102 102 background-size: 1600px auto; 103 103 } 104 @media (max-width: 767px) { 105 .site-header { 106 background-size: 768px auto; 107 } 108 } 109 @media (max-width: 359px) { 110 .site-header { 111 background-size: 360px auto; 112 } 113 } 104 114 <?php 105 115 endif; -
trunk/src/wp-content/themes/twentythirteen/style.css
r28699 r28701 2789 2789 /* Collapse oversized image and pulled images after iPad breakpoint. */ 2790 2790 @media (max-width: 767px) { 2791 .site-header .home-link { 2792 min-height: 0; 2793 } 2794 .site-title { 2795 font-size: 36px; 2796 padding: 8px 0 10px; 2797 } 2791 2798 .entry-content img.alignleft, 2792 2799 .entry-content .wp-caption.alignleft { … … 2986 2993 /* Mobile devices */ 2987 2994 @media (max-width: 359px) { 2995 .site-title { 2996 font-weight: normal; 2997 } 2998 .site-description { 2999 clip: rect(1px, 1px, 1px, 1px); 3000 position: absolute; 3001 } 2988 3002 .gallery { 2989 3003 margin-left: 0;
Note: See TracChangeset
for help on using the changeset viewer.