Add image resets
@@ -15,6 +15,11 @@ p {
margin: 0;
}
+img {
+ height: auto;
+ max-width: 100%;
+}
+
/**
* Required Variables
*/
@@ -12,4 +12,10 @@ body {
p {
+// Needed until https://github.com/WordPress/gutenberg/pull/27518/ is merged.