diff --git src/wp-content/themes/twentyfourteen/style.css src/wp-content/themes/twentyfourteen/style.css
index 7225839..9a05f9c 100644
|
|
|
a.post-thumbnail:hover { |
| 3092 | 3092 | width: device-width; |
| 3093 | 3093 | } |
| 3094 | 3094 | |
| | 3095 | /* Adjust positioning of edit shortcuts. */ |
| | 3096 | @media screen and (max-width:800px) { |
| | 3097 | body.customize-partial-edit-shortcuts-shown .site-header .site-title { |
| | 3098 | padding-left: 8px; |
| | 3099 | } |
| | 3100 | |
| | 3101 | .site-header .customize-partial-edit-shortcut button { |
| | 3102 | top: 10px; |
| | 3103 | } |
| | 3104 | } |
| | 3105 | |
| | 3106 | |
| 3095 | 3107 | @media screen and (max-width: 400px) { |
| 3096 | 3108 | .list-view .site-content .post-thumbnail { |
| 3097 | 3109 | background: none; |
| … |
… |
a.post-thumbnail:hover { |
| 3166 | 3178 | } |
| 3167 | 3179 | } |
| 3168 | 3180 | |
| | 3181 | /* Adjust positioning of edit shortcuts. */ |
| | 3182 | @media screen and (max-width:320px) { |
| | 3183 | .site-header .customize-partial-edit-shortcut button { |
| | 3184 | left: -32px; |
| | 3185 | } |
| | 3186 | |
| | 3187 | body.customize-partial-edit-shortcuts-shown .site-header .site-title { |
| | 3188 | padding-left: 28px; |
| | 3189 | } |
| | 3190 | } |
| | 3191 | |
| 3169 | 3192 | @media screen and (min-width: 401px) { |
| 3170 | 3193 | a.post-thumbnail:hover img { |
| 3171 | 3194 | opacity: 0.85; |
diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
index 61eb2f4..cd25c56 100644
|
|
|
object { |
| 3066 | 3066 | 19.0 Media Queries |
| 3067 | 3067 | --------------------------------------------------------------*/ |
| 3068 | 3068 | |
| | 3069 | /* Adjust positioning of edit shortcuts, override style in customize-preview.css */ |
| | 3070 | @media screen and (min-width: 20em) { |
| | 3071 | .site-header .site-title { |
| | 3072 | padding-left: 0; |
| | 3073 | } |
| | 3074 | } |
| | 3075 | |
| 3069 | 3076 | @media screen and (min-width: 30em) { |
| 3070 | 3077 | |
| 3071 | 3078 | /* Typography */ |