Closed cyChop closed 6 years ago
Left: local; right: published.
Focus on the random/shopping cart buttons and on the strength indicator.
This is the same page. Does Github apply filter to the CSS?
Minification is not the cause. Minified locally and got the same result (http://localhost:8080/dev/dist/beverages.css and https://cychop.github.io/beverages-js/dist/beverages.css are identical).
The problem has been confirmed in all tested browsers:
It looks like browsers have a different rendering for local and remote sheets.
An idea to test whether this comes from a local/remote difference in interpretation from browser: publish localhost via ngrok and access via the remote address.
It appears the latest changes for #111 solved the difference.
The local rendering seems to add margins which mess with the style conception. Understand where they come from and get rid of 'em!!