mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix: fix css bug
This commit is contained in:
parent
2653f1bc7c
commit
8261719a6f
3 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
font-size: 14px;
|
||||
color: rgba(85, 85, 85, 0.52941) !important;
|
||||
|
||||
> span {
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 }} | {{ 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 />
|
||||
©
|
||||
<i class="far fa-copyright"></i>
|
||||
{{- with .Site.Params.since -}}
|
||||
<span itemprop="copyrightYear">{{ if lt . now.Year }}{{ . }} - {{ end }}{{ now.Year }}</span>
|
||||
{{- else -}}
|
||||
|
|
Loading…
Reference in a new issue