Revert "Try fix "Show simplified view" for Chrome on Android"

This reverts commit 01b80fd92f.
This commit is contained in:
Otto Winter 2019-02-15 09:55:21 +01:00
parent 01b80fd92f
commit 415cbfb314
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 1 additions and 6 deletions

View File

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

View File

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