From 98ae8c40b5a4c3fbc66e67117c69e28848113736 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Oct 2020 21:15:36 +0000 Subject: [PATCH] Newswire mobile font size --- epicyon-profile.css | 2 +- theme.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index b210116ef..aebe8b5d1 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -29,7 +29,7 @@ --font-size-links: 18px; --font-size-publish-button: 18px; --font-size-newswire: 18px; - --font-size-newswire-mobile: 48px; + --font-size-newswire-mobile: 40px; --font-size: 30px; --font-size2: 24px; --font-size3: 38px; diff --git a/theme.py b/theme.py index 2db63e0fb..c13009b48 100644 --- a/theme.py +++ b/theme.py @@ -337,7 +337,7 @@ def setThemeIndymediaClassic(baseDir: str): "hashtag-background-color": "darkred", "font-size-newswire": "18px", "font-size-publish-button": "18px", - "font-size-newswire-mobile": "48px", + "font-size-newswire-mobile": "40px", "line-spacing-newswire": "100%", "newswire-item-moderated-color": "white", "newswire-date-moderated-color": "white",