jakegiltsoff / sassline

Set text on the web to a baseline grid with Sass & rems using a responsive modular-scale.
https://sassline.com
1.38k stars 91 forks source link

<hr> 's seem to go invisible at smaller breakpoints. #47

Open KingScooty opened 8 years ago

KingScooty commented 8 years ago

background-size: 100% 0.15rem;

They seem to get too short to be visible at smaller breakpoints.

jakegiltsoff commented 8 years ago

@KingScooty Ah hmm, this will depend on the base values you have. I should probably just make this 1px for sanity.

KingScooty commented 8 years ago

@jakegiltsoff Yeah, this is using the vanilla base values fresh from a bower install, so it's default behaviour.

jakegiltsoff commented 8 years ago

@KingScooty Ok, well then yea it depends on the browser and screen as to wether it will be rendered. I’ll update it to 1px.