Skip to content

Commit b9416f2

Browse files
committed
Fix size of logo on README
Github doesn't seem to support max-height.
1 parent b0c655a commit b9416f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="center">
44
<a href="https://axellience.github.io/vue-gwt/">
5-
<img src="https://axellience.github.io/vue-gwt/resources/images/Vue-GWT-logo.png" alt="Vue GWT Logo" style="max-height: 100px"/>
5+
<img src="https://axellience.github.io/vue-gwt/resources/images/Vue-GWT-logo.png" alt="Vue GWT Logo" width="400"/>
66
</a>
77
</p>
88

0 commit comments

Comments
 (0)