Skip to content

Commit 88abddc

Browse files
committed
logo css fixes
1 parent dbdb97f commit 88abddc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

_layouts/default.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width,maximum-scale=2">
88
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
9+
<style>
10+
img.logo
11+
{
12+
box-shadow: none;
13+
text-shadow: none;
14+
border: none;
15+
padding: none;
16+
position: relative;
17+
top: 20px
18+
}
19+
</style>
920

1021
{% seo %}
1122
{% include head-custom.html %}
@@ -22,7 +33,7 @@
2233
{% endif %}
2334

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

0 commit comments

Comments
 (0)