googlearchive / polymer-tutorial

Deprecated Polymer 0.5 tutorial app
211 stars 125 forks source link

I think I found a mistake in the tutorial #1

Closed ScottBeeson closed 10 years ago

ScottBeeson commented 10 years ago

After finishing Step 2, my post-card was the full width of the screen. After comparing the solution files with my work, I found the following element which was never mentioned in the tutorial:

<div class="container" layout vertical center>
</div>

image

Once I added the DIV above (around the element) it looked fine.

image

robdodson commented 10 years ago

This should be fixed now