site/style.css

changeset 1
0a8d8d1522b7
parent 0
c1d19a9b477c
child 2
5322f0778cb1
--- a/site/style.css	Wed Jan 01 21:21:10 2020 -0700
+++ b/site/style.css	Thu Jan 02 03:02:34 2020 -0700
@@ -78,6 +78,19 @@
 	font-size: 0.875em;
 }
 
+#textNotice {
+	width: max-content;
+	background-image: url("missing_5p.png");
+	padding: 0.3em;
+	border-radius: 4px;
+	border-color: #f800f8d4;
+	border-style: dashed;
+	border-width: 1px;
+	margin-left: 2em;
+	margin-right: 2em;
+	padding-right: 10%;
+}
+
 
 /* Footer Styles */
 div.footer {
@@ -131,7 +144,10 @@
 	width: max-content;
 	max-width: 100%;
 }
-video {
+div.mediaContainer video {
+	max-width: 100%;
+}
+img.mediaImage {
 	max-width: 100%;
 }
 

mercurial