fix: fix css bug

This commit is contained in:
Dillon 2019-08-17 04:09:41 +08:00
parent 2653f1bc7c
commit 8261719a6f
3 changed files with 5 additions and 5 deletions

View file

@ -34,8 +34,8 @@
height: 2rem;
width: 100%;
text-align: center;
line-height: 1.2rem;
padding-top: 1.6em;
line-height: 1.4rem;
padding-top: 1em;
}
.notfound {

View file

@ -19,7 +19,7 @@
font-size: 14px;
color: rgba(85, 85, 85, 0.52941) !important;
> span {
span {
display: inline-block;
}

View file

@ -1,8 +1,8 @@
<footer class="footer">
<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 }}&nbsp;|&nbsp;{{ T "theme" }}<a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="external nofollow noopener noreffer">LoveIt&nbsp;<i class="far fa-heart"></i></a></span>
<br />
&copy;
<i class="far fa-copyright"></i>&nbsp;
{{- with .Site.Params.since -}}
<span itemprop="copyrightYear">{{ if lt . now.Year }}{{ . }} - {{ end }}{{ now.Year }}</span>
{{- else -}}