diff --git a/layouts/gallery/single.html b/layouts/gallery/single.html index 87a0c77..2aa1806 100644 --- a/layouts/gallery/single.html +++ b/layouts/gallery/single.html @@ -11,5 +11,5 @@ {{ .Content }} {{ template "_internal/disqus.html" . }} - + {{ end }} \ No newline at end of file diff --git a/static/hugo-theme-console/css/console.css b/static/hugo-theme-console/css/console.css index 7cd89e3..ab095ef 100644 --- a/static/hugo-theme-console/css/console.css +++ b/static/hugo-theme-console/css/console.css @@ -158,14 +158,18 @@ figure { } .footer { - margin-top: 150px; + clear: both; + margin-top: 100px; padding-top: 10px;; border-top: 1px solid var(--secondary-color); + color: var(--global-font-color); } @media only screen and (max-width: 850px) { .site-name { - display: none; + width: 2ch; + overflow: hidden; + display: inline-block; } .terminal-nav { align-items: flex-start; @@ -204,7 +208,6 @@ figure { .footer { margin-top: 50px; padding-top: 5px;; - border-top: 1px solid var(--secondary-color); } }