Skip to content

Commit

Permalink
Fix width of diagram on website Info page
Browse files Browse the repository at this point in the history
By removing 'width:inherit;' from the explicit style, the image will
take up the full width of the column.

Signed-off-by: Peter Chubb <[email protected]>
  • Loading branch information
wom-bat committed Dec 3, 2024
1 parent ababe7f commit d77b31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Info/Website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>
<div class="row">
<div class="col-sm-6 col-3">
<img style=
"padding:10px; width:inherit; vertical-align: top; float:
"padding:10px; vertical-align: top; float:
left;" src="./webserver.svg" alt="Webserver architecture
diagram" class="img-responsive img-fluid">
</div>
Expand Down

0 comments on commit d77b31f

Please sign in to comment.