Skip to content

Commit 73ca79c

Browse files
author
UntisSync
committed
Style: Use fixed height for monitoring images
- Changed from width to height constraint (250px) - Ensures Dashboard and JSON endpoint images align properly - Better visual consistency in side-by-side layout
1 parent 77ffb7e commit 73ca79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
### Monitoring
3535

3636
<p>
37-
<img src="showcase/Dashboard1.png" width="400" alt="Status Dashboard">
38-
<img src="showcase/JsonEndpoint_Example1.png" width="400" alt="JSON API Response">
37+
<img src="showcase/Dashboard1.png" height="250" alt="Status Dashboard">
38+
<img src="showcase/JsonEndpoint_Example1.png" height="250" alt="JSON API Response">
3939
</p>
4040

4141
</div>

0 commit comments

Comments
 (0)