MABSREN
KPCKevin Powell - Community
•Created by MABSREN on 6/21/2023 in #back-end
Error installing npm packages in webhosting using nodejs app
2 replies
KPCKevin Powell - Community
•Created by MABSREN on 4/23/2023 in #back-end
How to Prevent nodemailer from spaming emails?
hi
1 replies
KPCKevin Powell - Community
•Created by MABSREN on 4/15/2023 in #back-end
ReferenceError: nodemailer is not defined
23 replies
KPCKevin Powell - Community
•Created by MABSREN on 4/14/2023 in #front-end
Media Query Colliding design
guys need help, I having some issue on my tab landscape orientation and laptop view design they're colliding, can someone pls help me,
I don't know if the pixel ratio is the problem, the design from galaxy tab s6 lite when it is landscape orientation is applying the design from laptop and the laptop view is applying the design in tablet.
@media only screen and (min-width: 1280px) and (max-width: 1368px),
only screen and (min-width: 1280px) and (max-width: 1368px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-width: 1280px) and (max-device-width: 1368px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)
code above is from tablet media query
@media screen and (min-width: 1280px)
and (max-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1)
and this is from laptop media query
12 replies