File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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 %}
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 >
You can’t perform that action at this time.
0 commit comments