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

1 stars 0 forks source link

add css @media for Tablets, Smartphones #4

Closed Knm24 closed 9 months ago

Knm24 commented 9 months ago

/ ##Device = Desktops / @media (min-width: 48rem) {

}

/ ##Device = Tablets, Ipads (portrait) / @media (max-width: 48rem) {

}

/ ##Device = Most of the Smartphones Mobiles / @media (max-width: 21.4375rem) {

}

Annurkenova commented 9 months ago

+

Annurkenova commented 9 months ago

ok

Knm24 commented 9 months ago

/ ##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) {

Knm24 commented 9 months ago

fix to