Skip to content

Commit ac66191

Browse files
committed
center gif
1 parent 2dfe86e commit ac66191

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

wp-includes/css/page.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,16 @@ h6 {
437437
}
438438
}
439439

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+
440450
/* 1024px and above screen sizes */
441451
@media screen and (min-width: 64em) {
442452
/* Resize quote block to full height for larger screens */

0 commit comments

Comments
 (0)