mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: align lightbox elements together (#46107)
Align lightbox `div` elements so that the image appears inside the lightbox correctly. PR Close #46107
This commit is contained in:
parent
53ca936366
commit
0b6ca5b807
1 changed files with 1 additions and 5 deletions
|
|
@ -26,11 +26,7 @@ A best practice is to run your project locally before you deploy it. To run your
|
|||
|
||||
<div class="lightbox">
|
||||
|
||||
<div class="lightbox">
|
||||
|
||||
<img alt="Download the stackblitz project" src="generated/images/guide/start/download-project.png">
|
||||
|
||||
</div>
|
||||
<img alt="Download the stackblitz project" src="generated/images/guide/start/download-project.png">
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue