diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-11 13:20:08 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-11 13:20:08 +0300 |
commit | 985012a9d6612320c30091679de003128c4249c5 (patch) | |
tree | 7512e6337847dfef3d3d5b733cf292a5a0a2bf17 | |
parent | 202809baea810876de02f83df2d67153e1d352eb (diff) |
css/head: fix for long logos
-rw-r--r-- | htdocs/scss/app/head.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/scss/app/head.scss b/htdocs/scss/app/head.scss index 4983299..2db198b 100644 --- a/htdocs/scss/app/head.scss +++ b/htdocs/scss/app/head.scss @@ -7,6 +7,7 @@ border-bottom: 2px $border-color solid; } .head-logo { + z-index: 5; font-family: $ffMono; font-size: 15px; display: inline-block; |