-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix styling differences between dev and published #101
Comments
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. |
Local rendering is still different from published
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!!
The text was updated successfully, but these errors were encountered: