style: update styles
This commit is contained in:
parent
e2141f3b44
commit
c68443b71c
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="pt:90 px:16 max-w:1280 mx:auto">
|
||||
<div class="pt:90 px:16 max-w:700 box:content-box mx:auto">
|
||||
{{- block "main" . }}{{- end }}
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{{ define "main" }}
|
||||
<article class="py:42 mx:auto max-w:704px">
|
||||
<header class="mb:2em">
|
||||
<article class="py:48 w:full">
|
||||
<header class="mb:32">
|
||||
<div class="font:40 font:extrabold">{{ .Title }}</div>
|
||||
<div class="mt:.8em font:gray">
|
||||
<div class="mt:16 font:gray">
|
||||
{{- if isset .Params "date" -}}
|
||||
{{ if eq .Lastmod .Date }}
|
||||
<time>{{ .Date | time.Format (":date_medium") }}</time>
|
||||
|
@ -13,16 +13,6 @@
|
|||
</div>
|
||||
</header>
|
||||
|
||||
{{/* <div class="
|
||||
my:16>p
|
||||
mt:0>p+p
|
||||
mt:32>:where(h1,h2,h3,h4,h5,h6)
|
||||
|
||||
my:16>blockquote
|
||||
border-left:2px>blockquote
|
||||
pl:16>blockquote_p
|
||||
"> */}}
|
||||
|
||||
<div class="
|
||||
_:where(a):hover{text-decoration-color:blue-36!}
|
||||
_:where(a){text-decoration:2;underline;fade-23;_text-decoration-color:fade-68@dark}
|
||||
|
|
Loading…
Reference in New Issue