Home › Forums › Design › What i'm missing here? › Reply To: What i'm missing here?
March 9, 2018 at 12:24 pm
#268083
Participant
couldn’t you just use the .devices
element as the icon container and change its width and height to resize the icon?
Like so:
https://codepen.io/kvana/pen/zWxoBO
I guess I don’t understand what you’re looking for?
If you want the line weight to scale too, you could also define that with vw:
.laptop {
border: .1vw solid rgba(0, 190, 251, 1);
}