mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Website header title should not be h1
This commit is contained in:
parent
9f080377e7
commit
7cff045cb3
@ -314,14 +314,11 @@
|
|||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header h1 {
|
|
||||||
font-size: 1.5em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header a,
|
.header a,
|
||||||
.section-header a {
|
.section-header a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-header-link svg {
|
.section-header-link svg {
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
<header class="header">
|
<header class="header">
|
||||||
<h1>
|
<a href="{{ .Site.Home.Permalink | absLangURL }}">
|
||||||
<a href="{{ .Site.Home.Permalink | absLangURL }}">
|
{{ .Site.Title | markdownify }}
|
||||||
{{ .Site.Title | markdownify }}
|
</a>
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="topbar">
|
<div class="topbar">
|
||||||
|
Loading…
Reference in New Issue
Block a user