Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design What i'm missing here? Reply To: What i'm missing here?

#268083
bearhead
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);
}