Media Query Smartphone Portrait

[Solved] Media Query Smartphone Portrait | Shell - Code Explorer | yomemimo.com
Question : Media Query smartphone only

Answered by : nico-van-heck

@media all and (max-width: 767px) {
}

Source : | Last Update : Tue, 07 Dec 21

Question : Media Query Smartphone Portrait

Answered by : nico-van-heck

@media all and (max-width: 479px) {
}

Source : | Last Update : Tue, 07 Dec 21

Question : Media Query smartphone only

Answered by : nico-van-heck

/* Smartphone Only */
@media all and (max-width: 767px) {}

Source : | Last Update : Wed, 17 Aug 22

Question : Media Query Smartphone Portrait

Answered by : nico-van-heck

/* Smartphone Portrait */
@media all and (max-width: 479px) {}

Source : | Last Update : Wed, 17 Aug 22

Answers related to media query smartphone portrait

Code Explorer Popular Question For Shell