diff --git a/index.html b/index.html index 22bf716..8081ab1 100644 --- a/index.html +++ b/index.html @@ -22,10 +22,9 @@ } .project .logo { float: right; - width: 200px; } .project .logo img { - width: 100%; + max-height: 50px; } a { color: #03a9f4; @@ -122,10 +121,12 @@ allowfullscreen > -
To add this to your own website, create a manifest and add the button to your website. Make sure you update the manifest attribute to point at @@ -239,7 +254,7 @@ > -
There are multiple options to change the look and feel of the button and other elements. diff --git a/static/logos/espeasy.png b/static/logos/espeasy.png new file mode 100644 index 0000000..8f3fa8e Binary files /dev/null and b/static/logos/espeasy.png differ diff --git a/static/wled.png b/static/logos/wled.png similarity index 100% rename from static/wled.png rename to static/logos/wled.png