We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfe86e commit ac66191Copy full SHA for ac66191
1 file changed
wp-includes/css/page.css
@@ -437,6 +437,16 @@ h6 {
437
}
438
439
440
+/* 1024px and below screen sizes */
441
+@media screen and (max-width: 64em) {
442
+ .gif {
443
+ display: block;
444
+ width: 80%;
445
+ margin-left: auto;
446
+ margin-right: auto;
447
+ }
448
+}
449
+
450
/* 1024px and above screen sizes */
451
@media screen and (min-width: 64em) {
452
/* Resize quote block to full height for larger screens */
0 commit comments