Make website title H1
This commit is contained in:
parent
488da01892
commit
f26d122b2a
@ -30,6 +30,10 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
.title h1 {
|
||||||
|
font-size: 24px;
|
||||||
|
margin: 19.92px 0 19.92px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.title span {
|
.title span {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a>
|
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
|
||||||
<nav>{{- partial "nav.html" . -}}</nav>
|
<nav>{{- partial "nav.html" . -}}</nav>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user