Skip to content

Commit dbdb97f

Browse files
committed
Typo fix in CSS
1 parent 5d3638f commit dbdb97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% endif %}
2323

2424
<h1 id="project_title">
25-
<img src='images/logo.png' width='64' height='64' style-'box-shadow: none;text-shadow: none;border:none'/>
25+
<img src='images/logo.png' width='64' height='64' style='box-shadow: none;text-shadow: none;border:none'/>
2626
{{ site.title | default: site.github.repository_name }}
2727
</h1>
2828
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>

0 commit comments

Comments
 (0)