Skip to content

Instantly share code, notes, and snippets.

View ramjamx's full-sized avatar
🎯
Focusing

ramjamx

🎯
Focusing
View GitHub Profile
@ramjamx
ramjamx / ElementorBreakpoints.css
Created March 9, 2022 15:07
Cosas que necesito a la mano para elementor bb.
/* BREAKPOINTS */
/* MOBILE */
@media only screen and (max-width: 767px){}
/* TABLET and BELOW */
@media only screen and (max-width: 1024px){}
/* TABLET ONLY */
@media only screen and (min-width: 768px) and (max-width: 1024px){}
@media only screen and (max-width: 1024px){}