Skip to content

Commit 73f1c42

Browse files
Fix the miage width
1 parent 886ea13 commit 73f1c42

File tree

1 file changed

+4
-0
lines changed
  • source/wp-content/themes/wporg-main-2022/src/style

1 file changed

+4
-0
lines changed

source/wp-content/themes/wporg-main-2022/src/style/style.scss

+4
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,10 @@ $wporg-about-breakpoint-max: 1920px;
621621
text-decoration: none;
622622
}
623623

624+
.single-and-handbook img{
625+
width: 100%;
626+
}
627+
624628
/*
625629
* Workaround for Gutenberg CSS4 selectors on older browsers.
626630
*

0 commit comments

Comments
 (0)