Hoplite2A / PersonalWebSite

0 stars 0 forks source link

ContactSubmitMessage Page Media Query Formatting #22

Open Hoplite2A opened 1 year ago

Hoplite2A commented 1 year ago

Constraints regarding viewports and view coniditions:

https://github.com/media (max-width: 1100px){ .desktop { display: block; } .tablet { display: none; } .mobile { display: none; } }

https://github.com/media (max-width: 681px){ .desktop { display: none } .tablet { display: block; } .mobile { display: none; } }

https://github.com/media (max-width: 428px){ .desktop { display: none } .tablet { display: none; } .mobile { display: block; } }