Answer the question
In order to leave comments, you need to log in
How (and should one) take into account the technical characteristics of phone screens in mobile layout?
Good afternoon. I just can’t get my head around some of the principles of adaptive layout. For example, some parameters are set in the media query from 320px:
@media (min-width: 320px) {
h1 {
font-size: 1rem;
}
}
Answer the question
In order to leave comments, you need to log in
There is a difference between screen size and viewport size.
View, for example, here viewportsizes.com
For your device https://www.esolutions.se/en-GB/test
No, like 1rem
In my opinion, this is not "a few points", but "more than 2 times more".
Specify what you wanted to ask.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question