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 6ed6a36 commit f657eedCopy full SHA for f657eed
_includes/header.html
@@ -2,7 +2,7 @@
2
3
<div class="wrapper">
4
5
- <a class="site-title" href="{{ site.baseurl }}/"><img src="{{ "/img/minty_square.png" | prepend: site.baseurl }}" style="height: 1em;"> {{ site.title }}</a>
+ <a class="site-title" href="{{ site.baseurl }}/"><img src="{{ "/img/minty_square.png" | prepend: site.baseurl }}" class="site-title"> {{ site.title }}</a>
6
7
<nav class="site-nav">
8
<a href="#" class="menu-icon">
_sass/_base.scss
@@ -220,4 +220,10 @@ th{
220
td{
221
border:1px solid silver;
222
padding: 0.2em 0.4em;
223
+}
224
+
225
+img.site-title{
226
+ height: 1.5em;
227
+ margin-right: .25em;
228
+ margin-bottom: 0.25em;
229
}
0 commit comments