My website, redkrypt.com, is functioning perfectly on my laptop. However, I am facing an issue where the css file will only load on my iPhone 4S after I rotate it once. Once I do this, the website works both vertically and horizontally. I have tried various solutions such as adding the following code:
<meta name="viewport" content="width=device-width,initial-scale=1">
I have also made sure to differentiate between width and device width in my media queries, but so far nothing has resolved the issue. Does anyone have any suggestions?