diff options
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> |