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