Home › Forums › Design › What i'm missing here? › Reply To: What i'm missing here?
March 7, 2018 at 11:34 am
#268016
Participant
You’ll either have to use media queries to change the width and height of .devices
for different screen widths, or you you’ll have to use something like view width instead of pixels to define the width and height of .devices
(i.e. width:50vw; height:50vw;