Apply conditional for pixel-ratio on burger menu
Summary
The current implementation of the burger menu starts when width < 1280px
. However there is no conditional check for pixel ratio (in Retina screens its pixel-ratio: 2). Apply a patch to check for the pixel-ratio in the media query.
Edited by Konstantinos Platis