Today I discovered an issue with my static site hosted on a Google storage bucket while using Cloudflare for HTTPS. When visiting the site, I noticed that the styling was broken - some parts were cut off and others were shifted off center, not displaying as intended. In an attempt to fix this, I deleted all files from the bucket and uploaded the latest version of the site through gsutil CLI. Strangely, when comparing the local copy of the site in Chrome to the one on the bucket, they look completely different.
I verified that the style sheets were correctly uploaded. To troubleshoot further, I temporarily removed the main style sheet from the local copy to see if it would have the same effect. Surprisingly, the issue did not persist.