Fix footer text indentation (#49)
This commit is contained in:
parent
7da028e643
commit
36eaf72f47
2 changed files with 9 additions and 3 deletions
|
@ -56,9 +56,9 @@
|
||||||
Toha
|
Toha
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">{{ if .Site.Params.copyright }}{{ .Site.Params.copyright }}{{ else }}© 2020 Copyright.{{ end }}</div>
|
<div class="col-md-4 text-center">{{ if .Site.Params.copyright }}{{ .Site.Params.copyright }}{{ else }}© 2020 Copyright.{{ end }}</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4 text-right">
|
||||||
Powered by <a href="https://gohugo.io/">Hugo
|
<a id="hugo" href="https://gohugo.io/">Powered by Hugo
|
||||||
<img
|
<img
|
||||||
src="/assets/images/hugo-logo-wide.svg"
|
src="/assets/images/hugo-logo-wide.svg"
|
||||||
alt="Hugo Logo"
|
alt="Hugo Logo"
|
||||||
|
|
|
@ -223,6 +223,12 @@ img.right {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer #hugo:hover {
|
||||||
|
margin-right: 5px;
|
||||||
|
transition: all 0.3s ease-out;
|
||||||
|
-webkit-transition: all 0.3s ease-out;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- FOOTER END ---- */
|
/* --- FOOTER END ---- */
|
||||||
|
|
||||||
/* ============= Device specific fixes ======= */
|
/* ============= Device specific fixes ======= */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue