Closed TheJaredWilcurt closed 4 years ago
Fixes #99
.content is not in the DOM on this page.
.content
Had to increase specificity of the selector because it was competing with
.theme-default-content:not(.custom) img { max-width: 100%; }
Selector used is simplest/lowest specificity possible without having to rewrite other styles.
Did not run locally.
Fixes #99
.content
is not in the DOM on this page.Had to increase specificity of the selector because it was competing with
Selector used is simplest/lowest specificity possible without having to rewrite other styles.
Did not run locally.