Created
November 29, 2022 02:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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