I have various instances in my design that call for
border-right: 1.5px solid black;
border-bottom: 1.5px solid black;
etc...
I also have design that needs thinner lines: at 1px
.
However, it seems the browser may round the decimal, as I'm not seeing much differentiation between the two (if any).
Should I just be using 2px
and 1px
instead, or is there a better way to pull this off?
A designer I'm helping is very adamant about the 1.5px
line width.
Any help, much appreciated.
pt
would probably be better. – Allegory