angular/aio/content/examples/interpolation/src/app/app.component.css
Kapunahele Wong 51d6aed677 docs: clarify name collision info, add example snippet, and fix example CSS (#40451)
Fixes #40403 and fixes imgs and layout of example
that are unrestrained and thus are too big in StackBlitz.

PR Close #40451
2021-01-20 16:13:43 -08:00

8 lines
73 B
CSS

div {
max-width: 600px;
margin: auto;
}
img {
max-width: 200px;
}