Skip to content

Commit deec103

Browse files
committed
fix: maintain logo aspect ratio in README across different page sizes
1 parent 1429f8d commit deec103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="resources/isc.png" alt="SailPoint ISC Dev Tools" width="128" height="128">
2+
<img src="resources/isc.png" alt="SailPoint ISC Dev Tools" width="128" style="max-width: 128px; height: auto; aspect-ratio: 1 / 1; object-fit: contain;">
33
<h1>SailPoint ISC Dev Tools for Visual Studio Code</h1>
44
</div>
55

0 commit comments

Comments
 (0)