Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Sizing difference in rails app

So, I made a mockup of my profile layout in HTML/CSS. When I preview just the HTML/CSS file locally on my browser, it looks good. But, when I integrated it to my rails app (following the simple app rails tutorial) it appears larger. In fact, I believe it's exactly 10% larger (I took screenshots and compared the size in photoshop). Can anyone explain why? I'm using Bootstrap 3. thanks in advance

1 Answer

Can you please include your code? start with your css and your view file (the index.html.erb). Also, which version of ruby and which version of rails are you using?