@@ -65,3 +65,12 @@ body {
h1, h2, h3 {
letter-spacing: -0.015em;
}
+
+/*
+ * Preserve image ratios.
+ * Needed until https://github.com/WordPress/gutenberg/pull/27518/ is merged.
+ */
+img {
+ height: auto;
+ max-width: 100%;
+}