From 84da7b3450009f200b12e4148dbedecce6603470 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 14 Oct 2020 17:05:07 +0100 Subject: [PATCH] Starlight theme left column image width --- theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.py b/theme.py index f13043350..79c58f82e 100644 --- a/theme.py +++ b/theme.py @@ -414,6 +414,7 @@ def setThemeStarlight(baseDir: str): removeTheme(baseDir) setThemeInConfig(baseDir, name) themeParams = { + "column-left-image-width-mobile": "40vw", "line-spacing-newswire": "120%", "focus-color": "darkred", "font-size-button-mobile": "36px",