Quote:
Originally Posted by JSWolf
You don't need media queries for negative margins.
Here is the CSS code I use at the top of the CSS.
Code:
html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}
|
is the break-inside part the one for hyphenations?