Skip to content

Commit

Permalink
Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Sep 5, 2023
1 parent 4563e20 commit 440f18a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/WebConverter/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,8 @@
</button>
}
</div>
<div class="card mt-3">
<div class="card-body">
<img id="outputImage" class="card-img-bottom" alt="The converted PDF output." style="max-width: 100%; width: auto; height: auto; border-radius: 8px" />
</div>
<div class="mt-3">
<img id="outputImage" alt="The converted PDF output" style="max-width: 100%; width: auto; height: auto; border-radius: 8px; padding: 0;border-style: solid; border-width: thin; border-color: var(--bs-border-color-translucent);" />
</div>
</div>
</div>
Expand Down

0 comments on commit 440f18a

Please sign in to comment.