LambdaLuke Help

CSS Common Breakpoints

Desktop

@media screen and (min-width: 1024px) { }

Tablet

@media screen and (min-width: 768px) and (max-width: 1023px) { }

Mobile

@media screen and (min-width: 767px) { }
Last modified: 23 September 2024