Posts by user98852 • 31 points
1 post
-
3
votes2
answers907
viewsQ: How large is the screen for CSS to consider as a desktop?
I want to use this code only when it’s desktop. What size for media query? overflow-y: hidden; // hide vertical overflow-x: hidden; // hide horizontal…