phase2 / outline

Tooling infrastructure for modern web component development.
https://outline.phase2tech.com
MIT License
128 stars 27 forks source link

mobile-screen is from 0 to 767px #339

Closed shaal closed 2 years ago

shaal commented 2 years ago

Description

Currently, mobile-controller assume 768px width is still "mobile". That is causing issues, because most CSS uses min-width: 768px). This PR updates mobile-controller so 767px is mobile, and 768px is desktop.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist