Selaa lähdekoodia

Ajustement CSS pour les iframes (les vidéos Youtube débordent sinon

Marien Fressinaud 12 vuotta sitten
vanhempi
commit
64c6c65c3c
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      public/theme/global.css

+ 5 - 0
public/theme/global.css

@@ -50,6 +50,11 @@ img {
 		border: none;
 		border: none;
 	}
 	}
 
 
+/* IFRAME */
+iframe {
+	max-width: 100%;
+}
+
 /* FORMULAIRES */
 /* FORMULAIRES */
 legend {
 legend {
 	display: block;
 	display: block;