Correct display of cover image on narrow screens

This commit is contained in:
RunasSudo 2021-02-23 00:03:54 +11:00
parent ffb2b4634c
commit 75e1e55da2
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 5 additions and 1 deletions

View File

@ -72,10 +72,14 @@ div.sphinxsidebarwrapper div.logo a:not(:hover) {
div.sphinxsidebarwrapper div.logo > a {
border: none;
width: 40%;
max-width: 40%;
margin-right: 0.5em;
}
div.sphinxsidebarwrapper div.logo img.logo {
max-height: 10em;
}
/* Footer */
div.pre-footer {