mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fixes #40403 and fixes imgs and layout of example that are unrestrained and thus are too big in StackBlitz. PR Close #40451
8 lines
73 B
CSS
8 lines
73 B
CSS
div {
|
|
max-width: 600px;
|
|
margin: auto;
|
|
}
|
|
|
|
img {
|
|
max-width: 200px;
|
|
}
|