1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 02:09:17 +02:00

play around with styling: larger font-size and more page width -- these docs, i assume, are mostly watched on laptops, not mobile's

This commit is contained in:
holger krekel 2018-10-06 17:17:22 +02:00
parent 73a8826e28
commit 03507356c6
4 changed files with 22 additions and 344 deletions

View file

@ -115,10 +115,10 @@ html_theme = 'alabaster'
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
# 'index_logo': '_static/delta-chat.svg',
'font_size': "1.0em",
'caption_font_size': "0.8em",
'code_font_size': "1.0em",
'logo': '_static/delta-chat.svg',
'font_size': "1.1em",
'caption_font_size': "0.9em",
'code_font_size': "1.1em",
}