singularity-autumn-2023 / team3-skilled-elearning-landing-page

1 stars 0 forks source link

mobile #5

Open Annurkenova opened 6 months ago

Annurkenova commented 6 months ago

Maybee this? @media (max-width: 23.4375rem) instead of @media (max-width: 21.4375rem)

Knm24 commented 6 months ago

i fix to and use pixel

/ ##Device = Desktops / https://github.com/media (min-width: 768px) {

/ ##Device = Tablets, Ipads (portrait) / https://github.com/media only screen and (min-width: 460px) and (max-width: 767px) {

/ ##Device = Most of the Smartphones Mobiles / https://github.com/media (max-width: 460px) {