Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrmierzejewski/hugo-theme-console.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-01 16:40:02 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2020-05-01 16:40:02 +0300
commit475d565fdbd95d9959b40d527619e479e417797f (patch)
tree0536bac78bbd79f6bd9de724b6564b1e48ad1758
parent9e36d6567f93424a4ea2f4222fb8a7c3650e85f9 (diff)
mobile: fix logo and footer
-rw-r--r--layouts/gallery/single.html2
-rw-r--r--static/hugo-theme-console/css/console.css9
2 files changed, 7 insertions, 4 deletions
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" . }}
-</div>
+
{{ 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);
}
}