Removing h1 from site-title

This commit is contained in:
kleinfreund 2014-08-04 09:35:18 +02:00
parent d8c330b215
commit 101d614351
2 changed files with 3 additions and 5 deletions

View File

@ -2,9 +2,7 @@
<div class="wrapper">
<h1 class="site-title">
<a href="{{ site.baseurl }}/">{{ site.title }}</a>
</h1>
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
<nav class="site-nav">
<a href="#" class="menu-icon">

View File

@ -17,8 +17,8 @@
margin-bottom: 0;
float: left;
> a {
font-weight: 300;
&,
&:visited {
color: $grey-color-dark;
}
}