WordPress site not loading styles on desktop?

I think that the issue is associated with the browser cache. Try clearing it. It should fix your issue.

Also, you can try appending these PHP code to the .css file in the header for ruling out cache of the stylesheet:

<link rel="stylesheet" type="text/css" media="screen" href="https://wordpress.stackexchange.com/questions/327486/your.css?<?php echo time(); ?>" />