Skip to content

Instantly share code, notes, and snippets.

@l00f00
Created November 29, 2022 02:07
Show Gist options
  • Save l00f00/527381b8e66ca9d125bab8b3b2ab17d0 to your computer and use it in GitHub Desktop.
Save l00f00/527381b8e66ca9d125bab8b3b2ab17d0 to your computer and use it in GitHub Desktop.
some media queries for oxygen builder, they can be customised, i always find myelf looking for the defaults, there you go
xl = All Devices (> 1120px)
l = Page Container (1120px and below)
md = Tablet Landscape (Less than 992px)
s = Tablet (Less than 768px)
xs = Mobile (Less than 480px)
@media screen and (max-width:1120px) {
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:480px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment