From 01d9f0d9775c215e55e7175aa6fb81dab9b2e940 Mon Sep 17 00:00:00 2001 From: hellekin Date: Sat, 7 Nov 2020 23:12:37 +0100 Subject: Adjust Discourse comment size In Discourse embedded CSS we put: - html { font-size: 1rem } - body { font-size: 1.5em } --- main_style-003.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main_style-003.css b/main_style-003.css index 2423bd5..5b1e635 100644 --- a/main_style-003.css +++ b/main_style-003.css @@ -226,6 +226,12 @@ body>footer a:visited { font-weight: bold; } +/* Display Discourse comments a bit larger */ +.topics-list iframe { + width: 50vw; /* good for a single category */ + height: 53vh; /* with font-size: 1.5em in iframe body */ +} + /** * On the desktop, try and make each section a whole screen by itself. **/ -- cgit v1.2.3