Here's an issue of what i'm experiencing:
Here is my codepen I'm using http://codepen.io/johnsonjpj/pen/jVpreB
My issue is showing up on my Samsung Galaxy s5 in chrome version 54.0.2840.85, Android 6.01.
Firefox shows the border correctly as well as iPhones show it working as expected.
I'm having a hard time narrowing down what the issue is, but I suspect it has something to do with the width of my .image-boundary
class or something to do with the border-color
.
Possibly with these lines?
.image-boundary {
border-top-color: #d64700;
border-color: #ffffff;
background: #002a4a;
}
.image-boundary {
position: relative;
width: 50%;
height: 0;
padding: 25% 0;
margin: 1em auto;
border-radius: 50%;
border-width: .33em;
border-style: solid;
overflow: hidden;
}