Add !important to image height unset rule (#98)

Updated the CSS rule for images to use 'height: unset !important;' to ensure the unset value takes precedence over other styles.
This commit is contained in:
Ian Bassi
2026-01-09 12:11:44 -03:00
committed by GitHub
parent 425c18225b
commit 95d8cf3f4c

View File

@@ -290,7 +290,7 @@ h1 + ol, h2 + ol, h3 + ol, h4 + ol{
max-width: none;
max-height: none;
width: auto;
height: unset;
height: unset !important;
}
/* /////// FOOTER */