commit: 34b6770fe9d190018197202861b82cf00c64eb20
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 13:43:53 2020 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 13:43:53 2020 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=34b6770f
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 <AT> gentoo.org>
devbook.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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" />