diff options
author | mayx | 2025-05-16 13:56:43 +0000 |
---|---|---|
committer | mayx | 2025-05-16 13:56:43 +0000 |
commit | b3bc4d12c863f4a5c1bd12dc353c80a48d39259a (patch) | |
tree | 2ac01f559d2b2c45cbf082959b28698ac186e829 /_layouts/default.html | |
parent | e0aba75f775931b0e59257c6b00225f53cdbfe50 (diff) |
Update 3 files
- /assets/css/style.scss - /_data/proxylist.yml - /_layouts/default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 54fdaed..1b9ecfb 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -50,7 +50,7 @@ <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1> {% if site.logo %} - <img src="{{ site.logo }}" alt="Logo" /> + <img src="{{ site.logo }}" alt="Logo" style="width: 90%;" /> {% endif %} <p>{{ site.description | default: site.github.project_tagline }}</p> |