I am working on a Rails 3.2.1 application with the twitter-bootstrap-rails gem.
When in development mode, the layout looks like I want it to.
But, when I deploy to production and precompile the assets, the layout is bigger and everything is a little skewed.
Note: this is only happening with Google Chrome.
Does anyone have any idea why this is happening?
The problem is your browser is zoomed in on the production server.
Google Chrome permanently saves zoom preferences based on the hostname.
You can return to the default zoom level by pressing
Ctrl-0or⌘-0.