Removing h1 from site-title
This commit is contained in:
parent
d8c330b215
commit
101d614351
|
@ -2,9 +2,7 @@
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
<h1 class="site-title">
|
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||||
<a href="{{ site.baseurl }}/">{{ site.title }}</a>
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<nav class="site-nav">
|
<nav class="site-nav">
|
||||||
<a href="#" class="menu-icon">
|
<a href="#" class="menu-icon">
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
> a {
|
&,
|
||||||
font-weight: 300;
|
&:visited {
|
||||||
color: $grey-color-dark;
|
color: $grey-color-dark;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue