Explorar el Código

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

Marien Fressinaud hace 13 años
padre
commit
64c6c65c3c
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      public/theme/global.css

+ 5 - 0
public/theme/global.css

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