diff --git a/index-preview.html b/index-preview.html
index 4bbe553..012e0a1 100644
--- a/index-preview.html
+++ b/index-preview.html
@@ -1244,6 +1244,27 @@
height: 20px;
}
}
+
+ @media screen and (max-width: 768px) {
+ .columns.is-mobile {
+ margin-left: -0.75rem;
+ margin-right: -0.75rem;
+ margin-top: -0.75rem;
+ }
+
+ .columns.is-mobile>.column {
+ padding: 0.75rem;
+ }
+
+ .image img {
+ max-width: 100%;
+ height: auto;
+ }
+
+ figcaption {
+ font-size: 0.8em;
+ }
+ }
@@ -1444,7 +1465,7 @@
Images
sampled to create two plots that intersect at exactly 0, 1 or 2 points. See Appendix A for more details.
-
+