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;