feat(style): modify root font-size for more consistent design
This commit is contained in:
parent
cc84579214
commit
7b5d816992
5 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
{{define "body"}}
|
||||
<main class="custom-page" style="{{ .GetBackground }}">
|
||||
<div class="header">
|
||||
<h2 class="header__title">{{ .Title }}</h2>
|
||||
<h1 class="header__title">{{ .Title }}</h1>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/tags">Tags</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue