diff options
-rw-r--r-- | main_style-003.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/main_style-003.css b/main_style-003.css index 5b1e635..aefc7ee 100644 --- a/main_style-003.css +++ b/main_style-003.css @@ -228,8 +228,8 @@ body>footer a:visited { /* 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 */ + width: 96vw; /* good for a single category */ + height: 55vh; /* with font-size: 1.5em in iframe body */ } /** @@ -291,4 +291,7 @@ body>footer a:visited { flex: 2; } + .topics-list iframe { + width: 50vw; /* good for a single category */ + } } |