Hello,
I have noticed that Microsoft Edge doesn't follow CSS Rules like Firefox. I have a problem with line spacing working wonderfully in Firefox, even Edge on mobile, but not on the desktop version. "line-height:260%;" gets ignored but other things like the below will get accepted. -
h1, h2, h3, h4, h5, h6{
margin-top:25px;
margin-bottom:10px;
}
I have tried overriding it in other places in case Edge doesn't accept the CSS rules, but it has the same result. How do I override the default spacing found in the MS Edge browser?
(Sorry I know this isn't IE!)