aboutsummaryrefslogtreecommitdiff
path: root/mu4web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/static/style.css')
-rw-r--r--mu4web/static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/mu4web/static/style.css b/mu4web/static/style.css
index 2223f33..8297aab 100644
--- a/mu4web/static/style.css
+++ b/mu4web/static/style.css
@@ -105,3 +105,12 @@ footer {
grid-column: 2;
}
+
+iframe {
+ width: 100%;
+}
+
+main pre {
+ white-space: pre-wrap;
+ border: 2px solid black;
+}