Modify image size on logo.
This commit is contained in:
parent
2491019df9
commit
89a5711ef5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Your Image Here -->
|
<!-- Your Image Here -->
|
||||||
<img src="images/avatar.png" srcset="images/avatar@2x.png 2x" alt="LittleLink Logo">
|
<img src="images/avatar.png" srcset="images/avatar@2x.png 2x" style="width: 55vw; min-width: 330px;" alt="LittleLink Logo">
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<h1>xking</h1>
|
<h1>xking</h1>
|
||||||
|
|
Loading…
Reference in a new issue