diff options
author | Brian Evans <grknight@gentoo.org> | 2020-01-30 08:43:53 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-01-30 08:43:53 -0500 |
commit | 34b6770fe9d190018197202861b82cf00c64eb20 (patch) | |
tree | 6b2dd801be6cbbb4acf60c07043a5ce0c3f559dc | |
parent | bin/gen-eclass-html.sh: Prevent removal of dirs. (diff) | |
download | devmanual-34b6770fe9d190018197202861b82cf00c64eb20.tar.gz devmanual-34b6770fe9d190018197202861b82cf00c64eb20.tar.bz2 devmanual-34b6770fe9d190018197202861b82cf00c64eb20.zip |
Make logo visible on mobile
Currently, it is pushed down into the navbar on small screens because
of the logo class making it inline-block.
Removing the class should make it appear normally
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r-- | devbook.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devbook.xsl b/devbook.xsl index 2bd73d8..50315d1 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -484,7 +484,7 @@ </div> </div> </div> - <div class="logo"> + <div> <a href="/" title="Back to the homepage" class="site-logo"> <object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml"> <img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo" /> |