Kaynağa Gözat

Fix iframe responsiveness

George S. Baugh 3 yıl önce
ebeveyn
işleme
4ac1649c3c
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 11 0
      www/styles/structure.css

+ 11 - 0
www/styles/structure.css

@@ -106,6 +106,10 @@ blockquote {
     width:100%;
     height:100%;
 }
+iframe.responsive {
+    width: 45rem;
+    height: 26rem;
+}
 .responsive-text {
     max-width: 45rem;
 }
@@ -118,3 +122,10 @@ blockquote {
     width: 20rem;
     height: 20rem;
 }
+
+@media(max-width: 45rem) {
+	iframe.responsive {
+    	width: 100%;
+    	height: 10rem;
+	}
+}