Skip to content

Instantly share code, notes, and snippets.

View MohcinBN's full-sized avatar

Mohcin Bounouara MohcinBN

View GitHub Profile
@MohcinBN
MohcinBN / Galaxy-5-target.css
Last active May 6, 2021 21:06
Galaxy 5 640x360 resolution target CSS
@media only screen and (max-width: 640px) and (orientation : landscape) {
//your code here
}