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>2021-03-07 22:44:48 +0300
committerMarcin Mierzejewski <marcin@mierzejewski.net>2021-03-07 22:44:48 +0300
commit313ad9d828e608525c7f66e520f84df3faab9151 (patch)
treecf28477ad135feb53e75111752ec8571a2fb4c3e
parent60e269a0dd7dd2a7febf4de36648fdc25425fb42 (diff)
titleCuttig: revert changes
-rw-r--r--static/hugo-theme-console/css/console.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/hugo-theme-console/css/console.css b/static/hugo-theme-console/css/console.css
index 80b9465..8b98ad1 100644
--- a/static/hugo-theme-console/css/console.css
+++ b/static/hugo-theme-console/css/console.css
@@ -215,6 +215,12 @@ figure {
}
@media only screen and (max-width: 850px) {
+ .site-name {
+ width: 2ch;
+ overflow: hidden;
+ display: inline-block;
+ }
+
.terminal-nav {
align-items: flex-start;
flex-direction: column;