mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 15:35:47 -04:00
Merge pull request #3 from rancesking/develop
Modify image size on logo.
This commit is contained in:
commit
8f52782543
@ -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…
x
Reference in New Issue
Block a user