Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix: fix css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Aug 16, 2019
1 parent 2653f1b commit 8261719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/css/_core/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/_page/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
font-size: 14px;
color: rgba(85, 85, 85, 0.52941) !important;

> span {
span {
display: inline-block;
}

Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -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 -}}
Expand Down

0 comments on commit 8261719

Please sign in to comment.