Skip to content

Commit c6fdbc8

Browse files
committed
Fix intro logo scaling
1 parent 9de8f1d commit c6fdbc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p style="display: flex; justify-content: center;">
2-
<img src="logo.png" alt="airlock" style="height: 256px;" />
2+
<img src="logo.png" alt="airlock" style="max-height: 256px;" />
33
</p>
44
<p style="display: flex; justify-content: center; gap: 0.5rem; padding-bottom: 1rem;">
55

0 commit comments

Comments
 (0)