When Ruby on Rails does not render CSS and Images look disproportionate on Linux Ubuntu Destro (Windows Subsystem) try the following below:
problem: If you're developing Ruby on Rails on Windows Linux Sub System, Windows might block port 3012 or you might get an error like below, this will force you to start Rails Server on a different port that might break the Ruby Assets Pipeline from getting requested since the Asset_Host might be hardcoded to request on a different port.
/vendor/bundle/ruby/2.5.0/gems/puma-3.12.1/lib/puma/binder.rb:273:in `initialize': Permission denied - bind(2) for "0.0.0.0" port 3014 (Errno::EACCES)