diff options
-rw-r--r-- | main_style-003.css | 6 |
1 files changed, 6 insertions, 0 deletions
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. **/ |