Skip to content

Commit f657eed

Browse files
committed
update
1 parent 6ed6a36 commit f657eed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="wrapper">
44

5-
<a class="site-title" href="{{ site.baseurl }}/"><img src="{{ "/img/minty_square.png" | prepend: site.baseurl }}" style="height: 1em;"> {{ site.title }}</a>
5+
<a class="site-title" href="{{ site.baseurl }}/"><img src="{{ "/img/minty_square.png" | prepend: site.baseurl }}" class="site-title"> {{ site.title }}</a>
66

77
<nav class="site-nav">
88
<a href="#" class="menu-icon">

_sass/_base.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,10 @@ th{
220220
td{
221221
border:1px solid silver;
222222
padding: 0.2em 0.4em;
223+
}
224+
225+
img.site-title{
226+
height: 1.5em;
227+
margin-right: .25em;
228+
margin-bottom: 0.25em;
223229
}

0 commit comments

Comments
 (0)