Skip to content

Commit 22919d4

Browse files
committed
add logo
1 parent e861a8e commit 22919d4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

_layouts/home.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<body>
1818
<div class="wrapper">
1919
<header>
20-
<h1><a href="/">{{ site.name }}</a></h1>
20+
<h1>
21+
<a href="/"><img src="/images/geocoder.png" class="logo" /></a>
22+
</h1>
2123
<p>{{ site.description }}</p>
2224

2325
<p class="view">

css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ footer {
188188
text-align: center;
189189
}
190190

191+
img.logo {
192+
width: 250px;
193+
}
194+
191195
@media print, screen and (max-width: 960px) {
192196

193197
div.wrapper {

images/geocoder.png

17.5 KB
Loading

0 commit comments

Comments
 (0)