Browse Source

fix wp-block-video width

windhamdavid 3 years ago
parent
commit
d7f68f2c63
2 changed files with 12 additions and 1 deletions
  1. 12 1
      style.css
  2. 0 0
      v3-style.min.css

+ 12 - 1
style.css

@@ -360,7 +360,10 @@ h4.spread {
 	}
 }
 @media (min-width: 1310px) {
-
+	.container {
+		width: 1280px;
+    max-width: 1280px;
+	}
 }
 
 @media print {
@@ -2857,6 +2860,14 @@ pre .variable.class {
 .fc-event {
   background:none;
 }
+.wp-block-video video {
+  max-width:100% !important;
+  width:100% !important;
+  height:auto !important;
+}
+figcaption {
+  text-align:right;
+}
 #calendar {
   color:#555;
 }

File diff suppressed because it is too large
+ 0 - 0
v3-style.min.css


Some files were not shown because too many files changed in this diff