Hello,
i have question about CSS Styling for opera.
I use:
body {
font-size: 100%;
}
h1 to h3 become from 130 to 110% but they not really has diffrence from normal p segments.
For bigger padding in some links i use
@media screen and (max-width: 600px) {
aside.blog ul li a {
line-height: 3em;
}
}
but opera ignore it.
Has someone advice to fix the stuff?
Thank you & Nice day
Silvio