fix: fix css bug
This commit is contained in:
@@ -34,8 +34,8 @@
|
|||||||
height: 2rem;
|
height: 2rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1.2rem;
|
line-height: 1.4rem;
|
||||||
padding-top: 1.6em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notfound {
|
.notfound {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: rgba(85, 85, 85, 0.52941) !important;
|
color: rgba(85, 85, 85, 0.52941) !important;
|
||||||
|
|
||||||
> span {
|
span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<span>{{ (printf (T "powered") `<a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreffer">Hugo</a>`) | safeHTML }} | {{ T "theme" }}<a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="external nofollow noopener noreffer">LoveIt</a></span>
|
<span>{{ (printf (T "powered") `<a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreffer">Hugo</a>`) | safeHTML }} | {{ T "theme" }}<a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="external nofollow noopener noreffer">LoveIt <i class="far fa-heart"></i></a></span>
|
||||||
<br />
|
<br />
|
||||||
©
|
<i class="far fa-copyright"></i>
|
||||||
{{- with .Site.Params.since -}}
|
{{- with .Site.Params.since -}}
|
||||||
<span itemprop="copyrightYear">{{ if lt . now.Year }}{{ . }} - {{ end }}{{ now.Year }}</span>
|
<span itemprop="copyrightYear">{{ if lt . now.Year }}{{ . }} - {{ end }}{{ now.Year }}</span>
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user