I'm currently working on creating my very first personal portfolio website. Initially, everything seemed to be displaying correctly when viewed in browser and through various mobile emulators. However, upon checking the site on my physical iPhone 5 (as well as on other devices), it appears to show the desktop version instead of the mobile version.
To better illustrate the issue, I have provided links to two images below.
While I'm not exactly sure which specific code to share at this moment, I can mention that my style file contains a
@media screen and (min-width:768px)
rule for hiding the navbar header on larger screens. Additionally, my HTML includes Bootstrap classes meant to ensure responsiveness.
If you require any particular code snippets to assist with troubleshooting, please do let me know. In the meantime, the complete project is hosted on Github: (github.com/julianstanley/julianstanley.github.io)
| Desktop View Alongside Mobile Emulator | Actual Mobile View |