We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66359b commit e0c8138Copy full SHA for e0c8138
_layouts/blog.html
@@ -3,7 +3,9 @@
3
---
4
<header id="header">
5
<div class="logo">
6
- <img id="header-img"" src="../resources/webarkit-logo-social.jpg" alt="webarkit logo"/>
+ <a href="/">
7
+ <img id="header-img" src="../resources/webarkit-logo-social.jpg" alt="webarkit logo" title="webarkit.org home"/>
8
+ </a>
9
</div>
10
</header>
11
<main class="content" role="main">
_sass/jekyll-theme-cayman.scss
@@ -55,7 +55,7 @@ a {
55
}
56
57
58
-.logo > img {
+.logo > a > img {
59
width: 100%;
60
height: 100%;
61
max-width: 300px;
@@ -67,7 +67,7 @@ a {
67
68
69
@media (max-width: 650px) {
70
- .logo > img {
+ .logo > a > img {
71
margin: 0 auto;
72
73
0 commit comments