Ticket #38394: 38394_2.diff
File 38394_2.diff, 918 bytes (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/style.css
3077 3077 ## Media Queries 3078 3078 --------------------------------------------------------------*/ 3079 3079 3080 @media screen and (min-width: 20em) { 3081 3082 /* Pagination */ 3083 3084 .page-numbers { 3085 display: none; 3086 } 3087 3088 .prev.page-numbers, 3089 .next.page-numbers { 3090 display: inline-block; 3091 width: 4em; 3092 } 3093 } 3094 3080 3095 @media screen and (min-width: 30em) { 3081 3096 3082 3097 /* Typography */ … … 3199 3214 .gallery-columns-4 .gallery-item { 3200 3215 max-width: 25%; 3201 3216 } 3217 3218 /* Pagination */ 3219 3220 .page-numbers { 3221 display: inline; 3222 } 3223 3224 .prev.page-numbers, 3225 .next.page-numbers { 3226 display: inline-block; 3227 width: auto; 3228 } 3202 3229 } 3203 3230 3204 3231 @media screen and (min-width: 48em) {