Merge pull request #3 from rancesking/develop
Modify image size on logo.
This commit is contained in:
commit
8f52782543
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
-->
|
||||
|
||||
<!-- 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 -->
|
||||
<h1>xking</h1>
|
||||
|
|
Loading…
Reference in a new issue