I have applied css properties to html, but I need to prevent a specific css property from being used on certain pages.
html { -moz-transform: scale(0.8, 0.8); zoom: 0.8; zoom: 80%; overflow-x: hidden; }
I've made these changes in the base file and can't exclude base.html. How can I prevent this css from being applied on other pages?
P.S: Using block html (django template), so the