We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e861a8e commit 22919d4Copy full SHA for 22919d4
_layouts/home.html
@@ -17,7 +17,9 @@
17
<body>
18
<div class="wrapper">
19
<header>
20
- <h1><a href="/">{{ site.name }}</a></h1>
+ <h1>
21
+ <a href="/"><img src="/images/geocoder.png" class="logo" /></a>
22
+ </h1>
23
<p>{{ site.description }}</p>
24
25
<p class="view">
css/main.css
@@ -188,6 +188,10 @@ footer {
188
text-align: center;
189
}
190
191
+img.logo {
192
+ width: 250px;
193
+}
194
+
195
@media print, screen and (max-width: 960px) {
196
197
div.wrapper {
images/geocoder.png
17.5 KB
0 commit comments