Try fix "Show simplified view" for Chrome on Android

This commit is contained in:
Otto Winter 2019-02-15 09:53:45 +01:00
parent 318182bae4
commit 01b80fd92f
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 6 additions and 1 deletions

View File

@ -76,3 +76,9 @@ table.docutils {
.not-hidden {
display: block !important;
}
@media (max-width: 540px) {
body {
font-size: 18px !important;
}
}

View File

@ -122,7 +122,6 @@ html_theme_options = {
'sidebar_collapse': True,
'fixed_sidebar': True,
'show_powered_by': False,
'font_size': '1.05em',
}
html_logo = 'images/logo-text.svg'