summaryrefslogtreecommitdiff
path: root/public/theme/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/theme/global.css')
-rw-r--r--public/theme/global.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/theme/global.css b/public/theme/global.css
index 258d84baf..ea83b4deb 100644
--- a/public/theme/global.css
+++ b/public/theme/global.css
@@ -50,6 +50,11 @@ img {
border: none;
}
+/* IFRAME */
+iframe {
+ max-width: 100%;
+}
+
/* FORMULAIRES */
legend {
display: block;