Skip to content

Instantly share code, notes, and snippets.

View ramjamx's full-sized avatar
🎯
Focusing

ramjamx

🎯
Focusing
View GitHub Profile
@ramjamx
ramjamx / BricsAndElementorBreakpoints.css
Last active June 26, 2024 15:04
Cosas que necesito a la mano para bricks y elementor.
/* BREAKPOINTS bricks */
/* MOBILE */
@media (max-width: 478px) {}
/* MOBILE HORIZONTAL */
@media (max-width: 767px) {}
/* TABLET */
@media (max-width: 991px) {}
/* LAPTOP */
@media (min-width: 1006px) and (max-width: 1399px){}
/* BIG SCREEN */