[GH-ISSUE #22] Add @media snippet #17

Open
opened 2026-05-05 14:58:27 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @awatson1978 on GitHub (Feb 28, 2015).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/22

// desktop 
@media only screen and (min-width: 960px) {
}

// landscape orientation
@media only screen and (min-width: 768px) {
}

// portrait orientation
@media only screen and (min-width: 480px) {
}
Originally created by @awatson1978 on GitHub (Feb 28, 2015). Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/22 ``` less // desktop @media only screen and (min-width: 960px) { } // landscape orientation @media only screen and (min-width: 768px) { } // portrait orientation @media only screen and (min-width: 480px) { } ```
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/meteor-api#17
No description provided.